On Thu, Mar 17, 2005 at 08:32:54AM +0100, Roland Carlsson wrote: : do I force tomcat to re-load the context? Right now the only way I know : about is to reboot tomcat witch leads to a full stop of all my web-apps : instead of only one witch in turn leads to more complaints from my users.
Perhaps a non-technical solution would help: 1/ schedule regular deployment times. Apps expect downtime during these windows, and you're free to start/stop at will. 2/ Put each app in its own JVM. Such isolation solves several headaches, not the least of which is the ability for each app to choose its own downtime window. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
