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
Hi, I hope ui.html is a directory and not a file, because otherwise your Context docBase is invalid. Specify a DTD (or schema) for your web.xml, and make sure it's valid according to that DTD (or schema). For example, in the 2.3 servlet spec DTD, welcome-file-list can only come after servlets an