I am trying to deploy a war file on tomcat. Every time I make a modification, I create a war and deploy it to tomcat (using the tomcat manager) to check my changes. Suddenly, every time I deploy a modified war, Tomcat seems to post an old version of the file (which I suspect is a cached copy). I tried reinstalling tomcat, restarting the computer, etc. I also extracted files from the war to check if changes exist and what they do. Any help on how I could debug or work on this problem would be greatly appreciated.
source share