RE: High startup and shutdown time of tomcat 4

2002-02-27 Thread Donie Kelly
From: Jürgen Weber [mailto:[EMAIL PROTECTED]] Sent: February 27, 2002 14:41 To: [EMAIL PROTECTED] Subject: High startup and shutdown time of tomcat 4 Hello, The Manager webapp does not always help. Quite often I debug servlets in an IDE. This means starting and stopping tomcat (the debugger doe

Re: High startup and shutdown time of tomcat 4

2002-02-26 Thread Craig R. McClanahan
On Tue, 26 Feb 2002, Jürgen Weber wrote: > Date: Tue, 26 Feb 2002 19:34:02 +0100 > From: Jürgen Weber <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: High startup and shutdown time of tomcat 4 > > Hel

Re: High startup and shutdown time of tomcat 4

2002-02-26 Thread Sten Karlson
You could manually define the minium heap size for the java VM at startup. eg. java -Xms128m - Sten Jürgen Weber wrote: > Hello, > > jakarta-tomcat-3.3a has a startup time of 4s (jdk 1.4, NT), > wheras jakarta-tomcat-4.0.2-LE-jdk14 needs 10s. > > Shutdown is also much slower. > > The fast star

Re: High startup and shutdown time of tomcat 4

2002-02-26 Thread Wolfgang Stein
üngliche Nachricht- > Von: Jürgen Weber [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 26. Februar 2002 19:34 > An: [EMAIL PROTECTED] > Betreff: High startup and shutdown time of tomcat 4 > > > Hello, > > jakarta-tomcat-3.3a has a startup time of 4s (jdk 1.4, NT), >

High startup and shutdown time of tomcat 4

2002-02-26 Thread Jürgen Weber
Hello, jakarta-tomcat-3.3a has a startup time of 4s (jdk 1.4, NT), wheras jakarta-tomcat-4.0.2-LE-jdk14 needs 10s. Shutdown is also much slower. The fast startup/shutdown made tomcat 3 so great for development. Why is it that catalina is so much slower in startup? Can anything be done to make i