We had originally removed the /ROOT context. I put it back in place with the 
administrator context. It has saved to the server.xml file. When I browse to the site, 
it reports HTTP 500 - No context loaded.... If I add webaddress/ROOT it returns report 
HTTP 503 - Servlet jsp is currently unavailable

1. Will the /ROOT context work right after tomcat is restarted?

-----Original Message-----
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 16, 2004 10:54 AM
To: Tomcat Users List
Subject: RE: Redirect from root context to other context



Hi,

>What is required to redirect the root context to another context, with
a
>relative path name rather than an absolute path name?
>can I just response.sendRedirect("/webapps/othercontext/");
>Or is there additional configuration

No additional configuration, just response.sendRedirect.  You don't want
the /webapps, just /othercontext/whatever.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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


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

Reply via email to