Re: How to configure main web app to skip URL application context

2004-07-22 Thread Ruth, Brice
Michael Mehrle wrote: The gist of it is that I will forgo Apache altogether and run Tomcat on port 80. Now, in order to do that I need to: a) Serve index.jsp directly like this http://www.hostname.com/index.jsp (or http://www.hostname.com) instead of having to go to: http://www.hostname.com/myapp/

RE: How to configure main web app to skip URL application context

2004-07-21 Thread Shapira, Yoav
>Sent: Wednesday, July 21, 2004 3:21 PM >To: Tomcat Users List >Subject: Re: How to configure main web app to skip URL application context > >Which context declaration? In web.xml? > >- Original Message - >From: "Shapira, Yoav" <[EMAIL PROTECTED]> >

Re: How to configure main web app to skip URL application context

2004-07-21 Thread Michael Mehrle
Which context declaration? In web.xml? - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 21, 2004 12:05 PM Subject: RE: How to configure main web app to skip URL application co

RE: How to configure main web app to skip URL application context

2004-07-21 Thread Shapira, Yoav
Hi, Set path="" in your Context declaration. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Michael Mehrle [mailto:[EMAIL PROTECTED] >Sent: Wednesday, July 21, 2004 3:05 PM >To: Tomcat Users List >Subject: How to configure main web ap

How to configure main web app to skip URL application context

2004-07-21 Thread Michael Mehrle
The gist of it is that I will forgo Apache altogether and run Tomcat on port 80. Now, in order to do that I need to: a) Serve index.jsp directly like this http://www.hostname.com/index.jsp (or http://www.hostname.com) instead of having to go to: http://www.hostname.com/myapp/ b) Serve the rest of