I'm creating a .war file for our project. The project includes an
"InitServlet" and (in web.xml, referring to
InitServlet)<load-on-startup>1</load-on-startup>. I also have a line in
server.xml "<Context path="..."...></Context> that mimics that of the other
webapps

When I:
        stop Tomcat
         remove the existing project directory in webapps and copy in the new .war
file
        start Tomcat

the .war file gets expanded properly but the InitServlet doesn't run
(causing assorted run-time problems). If I stop and restart Tomcat again,
things seem to be fine. Am I missing some configuration incantation?

I'm running Tomcat 3.1.

Thanks

George McKinney



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to