On Friday, Jul 25, 2003, at 13:47 US/Pacific, Andre Turrettini wrote: > My idea was to > set individual instances of cf on tomcat and part the app out among > differnet instances.
OK, but bear in mind that Tomcat runs with a single JVM instance, regardless of how many 'webapps' you create on it. If you want full isolation between JVMs so you can run each app in a separate JVM, you'll need physically separate Tomcat installs, all configured for different ports... or, use JRun and have a separate server instance for each application. 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

