Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
howardpa@sbcglobal.net #1
configuring cfx java using jar files on a per-server basis
Under CFMX6.1, I would like to deploy my cfx java tags using a jar
file, but only have the tags available to one JRun server instance.
So far, the only way I've been able to use a jar and have CFMX find
the classes for the Java CFX tags, is by explicitly including the jar
in the java classpath for the entire application server.
Has anyone done something like this?
To recap - the end result might look something like:
jrun4/servers/serverA/serverA-ear/serverA-war/WEB-INF/lib/mycfxATags.jar
jrun4/servers/serverB/serverB-ear/serverB-war/WEB-INF/lib/mycfxBTags.jar
Server A sees only its CFX tags
Server B sees only its CFX tags.
In reality - the A and B tags are only different versions of the same
tags, so limiting which tags are available via the CF administrator
registration process while having the jars files on the global
classpath is not a viable solution.
howardpa@sbcglobal.net Guest
-
Configuring MySQL Server v5
Hi All, I have installed MySQL Server v5 on a WinXPpe box. IIS is installed and enabled. I next run the configuration program. It will not let... -
Help configuring Flash Media Server
Hi All Can anybody help in configuring FMS2 on a local machine so that I can test some sample applications. My main aim is to abe able to stream... -
Configuring Web Server
I have CFMX7 installed Developer edtion. I used the Mult-Server option so it installed JRun 4, and setup the CFUSION server in it. I am using IIS... -
Configuring ColdFusion to parse HTML files
I'm trying to get ColdFusion to parse HTML files (most of the threads I found on this on the web end up in discussions suggesting it shouldn't be... -
Configuring ColdFusion 5 to use Java objects
Hi, I've been trying to get my installation of ColdFusion 5 (On Windows 2000 Server) to allow for Java objects in my ColdFusion pages. We've...



Reply With Quote

