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

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