Bryan Stevenson wrote:
> 
> I recently switched up our dev server to run the mutl-instance install 
> of CFMX 7.  SO I'm used to being able to add classpaths and drop 
> things like iText in my classpaths....cycle the CF services and voila! 
> iText is available.
> 
> In the mutil-instance install I'm not quite sure where to put them AND 
> I don't seem to be able to add classpaths?

If you want to change the classpath you need to alter your jvm.config. It is 
located in /jrun4/bin and shared between all running instances.

Typically when I set up a new instance of JRun I don't use the instance manager 
in the CF Administrator for it, but fall back to the one in the JRun 
Administrator. After I have created the instance there, I have a batchfile to 
remove default-ear, copy the default jvm.config to the SERVER-INF directory of 
the new instance and register the instance as a Windows Service so that it uses 
its own jvm.config. Then I can alter the classpath (and other Java settings) 
without it affecting other instances.
Depending on the situation jars either go in /jrun4/servers/lib where they are 
shared among all instances (for instance PostgreSQL drivers) or the buildfile 
will put them in /WEB-INF/cfusion/lib for an individual instance.

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243930
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to