Hi,

I have a few applications that share the same server.xml and all of them
start tomcat, but some use only a few webapps.

I want to reduce the startup time for these applications that only use a
couple of webapps, so I was wondering if there is any way to set a flag to
tell tomcat not to start a web applications that is present in server.xml

Maybe something like: 

 <Context path="/ops" docBase="${APP_HOME}/webapps/webapps/ops/" debug="0"
start="false"/> 

I am using tomcat 5.0.30

Thanks you very much,
Best regards,
-- 
View this message in context: 
http://www.nabble.com/Flag-to-avoid-starting-a-webapp-defined-in-server.xml----tp25022094p25022094.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to