I understand your question is how not to deploy your application when starting Tomcat - if so,
In <Host> in server.xml the deployOnStartup attribute set to false should do this.
But this will affect all web applications on this server. The default value is
JoseK
source share