RE: Servlet.destroy but not init called when context is reloaded

2003-09-15 Thread Shapira, Yoav
Howdy, Looking at the log this weird behaviour seems to start after init() threw an exception. I did restart the Tomcat service, but the somehow the server kept malfunctioning from this point onwards. Can the init() somehow be disabled, so it wont be called on future reloads ? No, init cannot

Servlet.destroy but not init called when context is reloaded

2003-09-14 Thread Henrik Vendelbo
BusinessBluprints letterI have to admit that I am quite baffled. Hopefully someone can point me in the right direction, so I can find out what is going wrong. My overall setup is a Servlet front calling a WebService backend. The whole thing runs on the same Tomcat server under Win2k. I have