You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Amihai Fuks <am...@telmap.com> on 2005/05/29 14:51:37 UTC

Redirect by configuration

Hi,

Is there a standard way in Tomcat 5.5 (standalone) to configure a
context redirection? Meaning, I had a URL 
http://<my-host>:<my-port>/<my-OLD-context>/<my-servlet> and it changed
to 
http://<my-host>:<my-port>/<my-NEW-context>/<my-servlet>. Now, I do not
want an HTTP standard redirection, I only want the Tomcat (standalone)
to be able redirect by configuration! (Writing a Servlet that redirects
from /<my-OLD-servlet> is not what I need I want to delete the
/<my-OLD-context> directory.)

Regards, 

Amihai

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org