Tomcat is behaving oddly. Our app runs fine.
Sometimes (not all the time) we stop tomcat and replace our war file. When we start tomcat back up, no errors are reported, but the war file is not always deployed. File and folder dates are from the previous build. When that occurs, blowing away the deployed directory and restarting tomcat WILL deploy the entire war file.
At other times, deleting the deployed directories and files and restarting tomcat will result in a PARTIAL deployment. The entire .war file does not get unzipped. As before, no errors are reported.
At other times, everything appears to work. This happens to us on both unix and windows. Running tomcat 7 and tomcat 8.
I'm not asking what the problem IS, I'm trying to figure out how to debug the deploy mechanism in tomcat. Is there something i can set so i can watch it deploy?