On 30/08/2010 23:21, Wesley Acheson wrote: > More Info it seems to work correctly if the war file is deployed after > tomcat has started. However if the war file is there when I start > tomcat it is undeployable. > > SEVERE: [C:\icarus\tomcat\webapps\ROOT\WEB-INF\lib] could not be completely > dele > ted. The presence of the remaining files may cause problems > 31-Aug-2010 00:18:29 org.apache.catalina.startup.ExpandWar deleteDir
Looks like you have a locked JAR file. That is indicative of a memory leak. You need to figure out a) which JAR can't be deleted and b) what is holding the reference to it. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
