RE: High startup and shutdown time of tomcat 4

2002-02-27 Thread Donie Kelly

Hi all

I use a simple server.xml for debugging and startup times are within 10
seconds under Visual Cafe. It's a 700Mhz pc running NT4

Server port=8005 shutdown=SHUTDOWN debug=0
  Service name=Tomcat-Standalone
Connector className=org.apache.catalina.connector.http.HttpConnector
port=80 minProcessors=5 maxProcessors=75
   enableLookups=false redirectPort=443 acceptCount=10
debug=0 connectionTimeout=6/

Engine name=Standalone defaultHost=localhost debug=0

Logger className=org.apache.catalina.logger.FileLogger
prefix=catalina_log. suffix=.txt timestamp=true/
  Host name=localhost debug=0 appBase=webapps
unpackWARs=false
Context path=/mms
docBase=c:\mmsdev\dev\mms\webapps\mms
/Context
  /Host
/Engine
  /Service
/Server


Hope this helps
Donie



-Original Message-
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 does not know about re-deploying, does it?). As java 
runs slower in the debugger, slow startup times hurt especially.

Thanks,
Juergen



_
Downloaden Sie MSN Explorer kostenlos unter http://explorer.msn.de/intl.asp.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 it faster?

Thanks,
Juergen

_
Testen Sie MSN Messenger für Ihren Online-Chat mit Freunden: 
http://messenger.msn.de


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: High startup and shutdown time of tomcat 4

2002-02-26 Thread Wolfgang Stein

Hi,

the startup time will even increase if you enable a SSL-connector.
But you don't have to restart the whole tomcat to restart
an application (compared with TC 3.2, don't know 3.3),
if you use the manager app instead.

You can also enable dynamic servlet reloading during development.

I suppose the startup time is a tribute to the better
catalina architecture, new features and servlet 2.3 spec conformity.

I also removed all unused applications (e.g. examples, doc ...)
to reduce the start up time. 

I didn't notice a slower shutdown.

Gruss,
Wolfgang
 

 -Ursprü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),
 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 it faster?
 
 Thanks,
 Juergen
 
 _
 Testen Sie MSN Messenger für Ihren Online-Chat mit Freunden: 
 http://messenger.msn.de
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]