I have moved a sever from port 9080 to using another tomcat instance
(on port 80) and have renamed the sites.

I want to intercept all the requests to the 9080 port and analyze the
incoming URL and redirect to the new location(s).

I can write the servlet, but have not figured out how to force every
incoming request to use the servlet.
I never want a request to get a "Not found error"

Thanks -jim

---------------------------------------------------------------------
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