On Sunday, Jun 29, 2003, at 22:52 US/Pacific, Dave Jones wrote:
>>> control the libraries used by my applications. And if I have two
>>> apps using two different versions of the same library, I can run
>>> each in a separate context to avoid a conflict.
>> And you can use exactly this same technique to avoid conflicts between
>> your app and CFMX (which is another pure Java app).
> This is great news. I was hoping to hear some type of solution
> along these lines. Can you direct me to where in the docs I can
> learn about how to do this? I stumbled around in
> ../WEB-INF/application.xml and j2ee-application.xml without any
> luck. Maybe I should be looking in JRun docs?

Yes, the JRun docs should tell you everything you need to know about 
contexts and server instances. If you want total separation, you'll 
need to create a separate server instance and run your app on that. For 
example, have CFMX running on the 'cfmx' server instance and your other 
app running on the 'app' server instance. The exact setup you want 
depends on how you want to provide access to both apps and whether / 
how you want them to communicate.

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to