> From: rtsen [mailto:[EMAIL PROTECTED]
> Subject: redirecting administration page to another webapp
>
> However, if the user just entered this:
> http://mypage.com:8080/
> He'll get directed to the Administration page.
Sounds like your directory setup is different from w
Easiest way is to put a redirect (either javascript document.location or
meta-refresh) in your index.html/index.jsp page in your ROOT folder.
On 4/20/06, rtsen <[EMAIL PROTECTED]> wrote:
>
> Hi, new to the tomcat environment.
> I have created a small webapp to show my photos to my friends.
> Let'
Hi, new to the tomcat environment.
I have created a small webapp to show my photos to my friends.
Let's say it's this
http://mypage.com:8080/photos/photos.htm
However, if the user just entered this:
http://mypage.com:8080/
He'll get directed to the Administration page. Is there any way of
redirec