Hi,


> Now, I have a different application which I put all the servlets for
> this application under this new directory

>    myhome/jakarta-tomcat/webdev/WEB-INF/classes


Assuming you have a full WAR (web archive) setup in the webdev directory, 
specifically, a web.xml in the WEB-INF directory.

Then I would add lines like this to the server.xml config;

        <Context path="/myapp" docBase="myhome/jakarta-tomcat/webdev" debug="0" 
reloadable="true" > 
        </Context>

Then you can access it using
   http://yourhost:yourport/myapp/servlet/[servlet-name]

Hope this helps,
Chris
---
"surely it is madness to accept life as it is and not as it could be"
______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup

Reply via email to