why tomcat is still looking for old jar files?
Please help me it is a very serious problem.
I updated one of the jar files used by the project. I am using a new method that is available only in the new library. I removed the old jar files in my local system, and everything worked fine. Then I commit those files to the subversion, which is in the testing server, and then I created the war file. The war is successfully created, then I deployed to the tomcat. But, now there is an error in the portion I am using the method that is only available in the new jar files.
One of the error when I go to that portion is:
1. No Such Method Exists
The other errors on log files are:
1.
WARNING: Failed to open JAR
java.util.zip.ZipException: No such file or directory
2.
validateJarFile(tomcat/webapps/ROOT/WEB-INF/lib/j2ee.jar) - jar not loaded. See Servlet Spe
c 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Please help me, I have tried every other way to solve this. I have tried removing all the old jar files there were, and replacing with the new one. I have tried creating a war file and ftping to the testing server.
I problem is still there and it is because the testing server's tomcat is still looking for old jar files. I used Netbeans and add jar files as usual method.

