Hi!

something not directly mentioned in the howtos for deploying a servlet:
you have to update the TOMCAT_HOME/conf/server.xml file for installing 
your application in the "web-app"-directory. You have to add an entry like
        <Context path="/seating" docBase="seating"
         debug="0" reloadable="true"/>
in server.xml if you have your servlet in a folder named
TOMCAT_HOME/web-app/seating/WEB-INF/classes

I too was wandering some time what to do for making my servlet work in a 
different folder than /web-app/examples ...

Perhaps this helps.



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to