> From: jeusdi [mailto:[EMAIL PROTECTED]
> Subject: RE: Redirection
>
> Mmm, this property is usefull when I access at a concrete web
> application. I have several web application, however, when I
> want to access to http://www.grupmicros.com, I want that appears
> the welcome-file of my "welcome-application".

Since you didn't bother to tell us the version of Tomcat you're using, it's not 
possible to give you a definitive answer.  However, for levels 5.0 and above, 
the default webapp must be named ROOT (case sensitive).  If you insist on 
keeping your primary webapp at /directory1/directory2 (why?), then write a 
simple HTML file at [appBase]/ROOT/index.html that does nothing but redirect to 
/directory1/directory2/main_page.html.

 - 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