> Exactly how are you accomplishing this hot redeployment? Does Tomcat really > shut down the application and reload it?
I copy the new version of the WAR file into C:\apache-tomcat-6.0.18\webapps\, overwriting the old copy. Here's the log: Aug 14, 2008 3:45:05 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Aug 14, 2008 3:45:05 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 559 ms Aug 14, 2008 3:45:05 PM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Aug 14, 2008 3:45:05 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 Aug 14, 2008 3:45:05 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive nexus-5-0-admin.war Aug 14, 2008 3:45:22 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive nexus-5-0-eped.war Aug 14, 2008 3:45:32 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive nexus-5-0-ps-mon.war Aug 14, 2008 3:45:42 PM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Aug 14, 2008 3:45:42 PM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 Aug 14, 2008 3:45:42 PM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/32 config=null Aug 14, 2008 3:45:42 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 36795 ms ***** New versions of WAR files copied into C:\apache-tomcat-6.0.18\webapps Aug 14, 2008 3:46:42 PM org.apache.catalina.startup.HostConfig checkResources INFO: Undeploying context [/nexus-5-0-ps-mon] Aug 14, 2008 3:46:50 PM org.apache.catalina.startup.HostConfig checkResources INFO: Undeploying context [/nexus-5-0-admin] Aug 14, 2008 3:46:58 PM org.apache.catalina.startup.HostConfig checkResources INFO: Undeploying context [/nexus-5-0-eped] Aug 14, 2008 3:47:05 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive nexus-5-0-admin.war Aug 14, 2008 3:47:16 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive nexus-5-0-eped.war Aug 14, 2008 3:47:25 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive nexus-5-0-ps-mon.war > Since you're on a Windows box, you may want to experiment with the > antiResourceLocking attribute of your webapp's <Context> element - but watch > out for the caveats mentioned in the doc: This problem is occurring on two type of Linux server also. I'm just troubleshooting the problem on my Windows computer. Thanks! Peter --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]