RE: [S2] Struts's JAR not deleted when undeployed

2007-07-18 Thread Arnaud Cogoluegnes
Mailing List Objet : Re: [S2] Struts's JAR not deleted when undeployed Yes, I'm having this problem almost every time I undeploy the application on Windows XP. The S2 application is using Spring, Hibernate, MySQL and etc. May I know what are you expecting in the test environment? Simply a WAR

[S2] Struts's JAR not deleted when undeployed

2007-07-16 Thread hezjing
Hi! I'm using Tomcat 5.5.23, and Ant 1.7.0 to deploy, start, stop and undeploy the S2 application. From the console, it seems that the application was stopped and undeployed successfully. Looking at the webapps directory, everything has been deleted except the S2's JARs in Tomcat

Re: [S2] Struts's JAR not deleted when undeployed

2007-07-16 Thread Antonio Petrelli
2007/7/16, hezjing [EMAIL PROTECTED]: Well, I'm not sure if this is the Tomcat's problem. Usually this happens under Windows, when a JAR is opened (for example, to read a file) and it is never closed when finished (it will be closed by the garbage collector, but it could pass AFTER the

Re: [S2] Struts's JAR not deleted when undeployed

2007-07-16 Thread hezjing
Yes, I'm having this problem almost every time I undeploy the application on Windows XP. The S2 application is using Spring, Hibernate, MySQL and etc. May I know what are you expecting in the test environment? Simply a WAR file to simulate the problem? with database schema and etc? :-) On

Re: [S2] Struts's JAR not deleted when undeployed

2007-07-16 Thread Antonio Petrelli
2007/7/16, hezjing [EMAIL PROTECTED]: May I know what are you expecting in the test environment? Simply a WAR file to simulate the problem? with database schema and etc? Yes, a very simple WAR file, preferably without database. And don't forget the instructions to replicate the problem :-)