Re: lag when restarting tomcat

2003-06-10 Thread John Turner
That's normal, in my experience. In fact, my scripts sleep for 10 seconds at least before starting Tomcat after a full stop, and 10 seconds minimum in between starting every instance (22 on one server). Tomcat != Apache. John On Tue, 10 Jun 2003 22:07:12 +0100, Euan Guttridge [EMAIL

Re: lag when restarting tomcat

2003-06-10 Thread Yoav Shapira
Howdy, You can reduce startup time by eliminating unneeded applications. In production servers, I hardly ever leave anything but the webapp itself: I remove the admin, manager, docs, webdav, examples, ROOT contexts. Things that affect shutdown include your custom finalizers, if any.