Thanks a lot, I hadn't thought of the difference between redirect and
forward, but this did the trick!


In practice, I've found the easiest way is to do this:
- Create index.jsp
- Add a one line /index.jsp which does a forward to your home page like 
this:

<jsp:forward page='/whatever-/path-that-was/index.do'/>

-Tim


-- 
View this message in context: 
http://www.nabble.com/Default-Tomcat-Page-w-o-Redirect-tp22405664p22426951.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to