Thanks,

I changed the following in the server.xml:

<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true" deployXML="true"
xmlValidation="false" xmlNamespaceAware="false">

to

<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true" deployXML="true"
xmlValidation="false" xmlNamespaceAware="false" deployOnStartup="false">

This had no effect. All the contexts started when Tomcat started.

Any other ideas?

Nathan

Caldarale, Charles R wrote:
From: Nathan Aaron [mailto:naa...@glenraven.com] Subject: tomcat startup

Is it possible to start Tomcat and not start deployed Contexts.

Set deployOnStartup in the <Host> element to false:
http://tomcat.apache.org/tomcat-6.0-doc/config/host.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Reply via email to