How to redirect all Tomcat request to a servlet
843841Sep 28 2004 — edited Sep 28 2004How can I set up Tomcat to redirect all request to a certain sevlets which sends the user to the right web-application.
What ever the user type in the URL, i.e.:
http://customer01.myDomain.dk
or
http://customer02.myDomain.dk
or
http://customer01.myDomain.dk/myApp/login.jsp
- I want tomcat to redirect to a servlet class. Is that possible?
Thanks