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.