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:
-Tim
--
View this message in conte
p and java classes all sit within WEB-INF. Setting the
welcome page seems to work for static welcome pages only... is this true, or
am I doing something wrong?
Caldarale, Charles R wrote:
>
>> From: mitalub [mailto:mita...@yahoo.com]
>> Subject: Default Tomcat Page w/o Redirect
>&
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.