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
mitalub wrote:
Hi,
I've tried searching around for this, but I can't find a clear answer, so am
starting to think it's not possible.
Currently, my home page is at http://www.mydomain.com/myappname/app/home.
I want to be able to access this page by going to just
http://www.mydomain.com, but without a redirect. In other words, the
address in the address bar should remain short & sweet. Is this possible
with tomcat?
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org