March 2012
Beginner
294 pages
5h 50m
English
There are multiple issues which may arise after the deployment and configuration on Tomcat. Let's discuss the different issues:
Scenario 1:
Issue: Users complain that after the deployment, they can still view the old code.
Troubleshooting steps:
catalina.out in the logs directory of Tomcat 7 and whether the WAR filename is deployed or not. temp directory under the work/Catalina/localhost using the following command:cd /opt/apache-tomcat-7.0.12/temp/ rm -rf ../temp/* cd /opt/apache-tomcat-7.0.12/work/Catalina/localhost/ ...Read now
Unlock full access