My company is preparing a new production box while the current one is running. I would like to proactively install applications in Tomcat container of the new production box
In the element of your conf/server.xml put deployOnStartup="false". Reference: Tomcat Host documentation
conf/server.xml
deployOnStartup="false"