RE: redirecting administration page to another webapp

2006-04-20 Thread Caldarale, Charles R
> 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 what Tomcat expects. You

Re: redirecting administration page to another webapp

2006-04-20 Thread Marc Farrow
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'