I am using Tomcat 4.1.27 to deploy my web application. I am using the manager application for deployment and undeployment. The deployment is working just fine, however, the undeployment is not deleting all the jars under WEB-INF/lib directory. I am using following command: http://localhost:<port>/manager/remove?path=/xxx
The command is getting executed successfully. I see the following message: OK - Removed application at context path /xxx But not all the jars under WEB-INF/lib directory are getting deleted. When I try to delete these jars manually, I get the OS message that these jars are locked by another process. This causes the subsequent deploy at the same context root to fail. I have to restart the Tomcat to get around this problem. Has anybody come across such kind of problem ? Any help in this matter would be highly appreciated. Thanks, Pundalik.
