I built a war file called myapp.war and deployed it on Tomcat. I\'ve changed the port from 8080 to 80 so I c
myapp.war
Here are two possible method:
CATALINA_BASE/conf/server.xml
autoDeploy="false"
deployOnStartup="false"
expamle#2: