Tomcat does not expand one jar
I am using Tomcat 5. And I am using a manager app to deploy war file from remote. It removes the war file and all extracted files. But it doesn't remove one jar file (lib / struts.jar). I do not know the reason. I need to delete all files even if Tomcat is running. Thank.
+2
Srinivasan
source
to share
1 answer
We had this problem with Struts 1.3.8, but it was fixed in 1.3.10. If you are using older Struts, please update.
Here is a related error,
http://issues.apache.org/struts/browse/STR-3143
Add antiResourceLocking="true"
to your context can help as well.
+1
ZZ Coder
source
to share