Re: question about the reloading of servlet

2001-06-25 Thread Mike Anderson
There was a problem with the reload code on 3.2.2. Since reloading has been rewritten for 3.3, you can try that or you can get the latest source from the tomcat_32 branch and use it. The fix is in org.apache.tomcat.core.ServletWrapper.java if you just want the one file. >>> [EMAIL PROTECTED] 0

Re: question about the reloading of servlet

2001-06-25 Thread Craig R. McClanahan
On Mon, 25 Jun 2001, Henri Delebecque wrote: > hello, > > I have Tomcat 3.2.2, Apache 1.3.19 and mod_jk. > > One of my user is currently developing a servlet, and > change very frequently this one. > > from times to times, Tomcat stops reloading it, and I have > to restart it. Is it normal ?

question about the reloading of servlet

2001-06-25 Thread Henri Delebecque
hello, I have Tomcat 3.2.2, Apache 1.3.19 and mod_jk. One of my user is currently developing a servlet, and change very frequently this one. from times to times, Tomcat stops reloading it, and I have to restart it. Is it normal ? Why does he stop reloading ? I have read numerous posts on this