Is there any way to tell Tomcat not to automatically start application which I want to deploy? I'd like to this manually.
In CATALINA_HOME/conf/server.xml
:
<Host appBase="webapps" autoDeploy="false" name="localhost" unpackWARs="true"
xmlNamespaceAware="false" xmlValidation="false">
Note the autoDeploy="false"