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="60000"/>
<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]>