Re: Tomcat 4.1.29 inits my web-app several times

2004-07-05 Thread Alexey Skorokhodov
AS> I have updated my config.xml from AS> - AS> unpackWARs="true" autoDeploy="true"> AS> AS> - AS> to AS> --- AS>unpackWARs="true" autoDeploy="false"> AS> AS> --- AS> but this did not help. addition:

Tomcat 4.1.29 inits my web-app several times

2004-07-05 Thread Alexey Skorokhodov
Hello! the problem is: Tomcat inits my web-app several times during service startup. First, it executes the init methods of my StartupServlet - everything is OK. Then it reloads my web-app again (why??) and executes init method again. And then - again. What could be a reason of this problem? I hav