Re: The case of the disappearing webapps...

2001-01-20 Thread Aaron Mulder
Probably caused by using a URLClassLoader. On Windows, it locks JAR files and never lets go (I've seen this). Also, there was a rumor that it caches JAR files so if you redeploy an updated app with a new JAR file with the same name as the old one it will still use the old one, or somethi

Re: The case of the disappearing webapps...

2001-01-19 Thread David Weinrich
Ok, I think I have found the problem, and I am guessing the following is happening: 19-Jan-2001 15:10:44 StandardHost[localhost]: Undeploying web application at context path /struts-test 19-Jan-2001 15:10:44 StandardHost[localhost]: Removing expanded directory c:\java\tomcat-4.1\webapps\struts-te

The case of the disappearing webapps...

2001-01-19 Thread David Weinrich
Howdy, I have some weird behavior with tomcat-4.x ( both 4.0 and 4.1 from cvs ) if I do the following: * place a .war file in the webapps directory ( in this case the struts .war files ). * startup catalina normally...everything works fine. * shutdown catalina. * startup catalina a