RE: How do I make my servlet the welcome page - resolved

2004-09-01 Thread Brad Taylor
After trying both suggestions (moving welcome file list to end of web.xml and adding the 2.4 schema to the web tag), it still did not work. I tried changing the web.xml in the tomcat\conf directory, it still did not work. I removed index.html from my directory and it started displaying the direct

Re: How do I make my servlet the welcome page

2004-09-01 Thread Jonathan Eric Miller
AIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 01, 2004 2:26 PM Subject: Re: How do I make my servlet the welcome page On Wed, Sep 01, 2004 at 02:16:49PM -0500, Brad Taylor wrote: : I am running tomcat 5.0.9. I currently enter a url like : http:/

Re: How do I make my servlet the welcome page

2004-09-01 Thread QM
On Wed, Sep 01, 2004 at 02:16:49PM -0500, Brad Taylor wrote: : I am running tomcat 5.0.9. I currently enter a url like : http://localhost:8080/myapp. This causes a "redirect" page to be : briefly displayed followed by my servlet getting invoked and serving the : "real" page. I would like to bypa

RE: How do I make my servlet the welcome page

2004-09-01 Thread Shapira, Yoav
01, 2004 3:17 PM >To: [EMAIL PROTECTED] >Subject: How do I make my servlet the welcome page > >I am running tomcat 5.0.9. I currently enter a url like >http://localhost:8080/myapp. This causes a "redirect" page to be >briefly displayed followed by my servlet gettin

How do I make my servlet the welcome page

2004-09-01 Thread Brad Taylor
I am running tomcat 5.0.9. I currently enter a url like http://localhost:8080/myapp. This causes a "redirect" page to be briefly displayed followed by my servlet getting invoked and serving the "real" page. I would like to bypass this redirect, but can not seem to get it to work. I have tried c