Srinivasan
Srinivasan

Reputation: 12050

Tomcat does not undeploy one jar

I am using Tomcat 5. And I am using manager application to undeploy a war file from remote. It deletes war file and all extracted files. But it does not delete one jar (lib/struts.jar) file. I do not know what the reason is. I need to delete all the files even if Tomcat is running. Thanks.

Upvotes: 2

Views: 829

Answers (1)

ZZ Coder
ZZ Coder

Reputation: 75496

We had this problem with Struts 1.3.8 but it was fixed in 1.3.10. If you are using the old Struts, please upgrade.

Here is the related bug,

http://issues.apache.org/struts/browse/STR-3143

Add antiResourceLocking="true" to your Context may help also.

Upvotes: 1

Related Questions