Scott Stewart wrote: > > New client has CF 7 set up in j2ee mode. They have multiple instances of CF > set up. Each instance is supposed to have itÂ’s own customized jvm.config > files. > However, they inherit the settings from the admin instance, which has the > least amount of memory allocated, upon restarts. > > Is there a way to have the instances start with the custom jvm.config files?
Make sure the startup script has the argument "-config <path to config>" (and not as the last argument). Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Server/message.cfm/messageid:6251 Subscription: http://www.houseoffusion.com/groups/CF-Server/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10
