> 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 didn't tell us what version of Tomcat you're using, but for the
5.5.x series, the easiest thing to do is put your photos webapp in
webapps/ROOT (or webapps/ROOT.war), rather than webapps/photos; this
will make it your default app, replacing the one delivered with Tomcat.
Since the admin app has to be separately downloaded and installed, I
suspect you did that incorrectly.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to