Howdy,

>I am very troubled over a servlet mapping problem, and I am hoping that
>someone can make a suggestion.
>
>I have added a context in conf/Catalina/localhost/test.xml as follows:
>
><Context path="/mywebapps" docBase="/cs/home/jas/webapps"
reloadable="true"
>autoDeploy="true"></Context>
>
>In "/cs/home/jas/webapps/test", I have a directory "test" with a
>"WEB-INF" directory containing:

Make sure you understand that one context = one webapp.  If you want the
"test" webapp to available, make test.xml more like

<Context path="/test" docBase="/cs/home/jas/webapps/test" />

And then go to http://yourhost:yourport/test to access your webapp.

If you have multiple webapps under /cs/home/jas/webapps and want tomcat
to recognize them all, define /cs/home/jas/webapps as the appBase
directory for a Host.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to