> From: Gary Opela (Corporate) [mailto:[EMAIL PROTECTED] 
> Subject: RE: How to stop having to put :8080 in the url?
> 
> Now, how do I go about adjusting the default page to redirect 
> to localhost/arsys? So, if someone just types in localhost, 
> it will redirect him/her to localhost/arsys.

Under Tomcat, the default webapp must be named ROOT (case-sensitive,
even on Windows).  The easiest thing to do is simply rename your arsys
webapp to ROOT, and you're done.  Otherwise, you could write a simple
index.html page under webapps/ROOT that contains a redirect to /arsys.
There are other mechanisms, such as filters, but they're more work than
needed in this situation.

> since I have all traffic forced to port 80 for tomcat

So what are you really using IIS for?  Do you need it at all, if
everything is going to Tomcat?

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to