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 have 2 virtual hosts on this server, and my required
web-application has 3 aliases (nothing is changed when I comment out lines
about aliases in server.xml).
I have updated my config.xml from
-----------------
<Host name="ci...ru" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true">
<Context path="" docBase="ci" debug="1" reloadable="true">
-----------------
to
-------------------
<Host name="ci...ru" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="false">
<Context path="" docBase="ci" debug="1" reloadable="false">
-------------------
but this did not help.
--
Best regards,
Alexey mailto:[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]