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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]