Tomcat IIS multiple redirections
Hi,
I am using Tomcat 3.x Server/s at two diferent machines. IIS 5.0 is being acting at a Web Sevrer to redirect the HTTP requests to the different Tomcat Servers.
For that I am using the Ajp12Connector. () for redirection.
Consider I have two virtual directories APP1 and APP2.
I am able to set the redirector for one virtual directory successfully. All the requests are delegated coming as /APP1 are redirected to APP1 tomcat server successfully.
Now I am unable to set the redirector to APP2 virtual directory which shall redirect the HTTP requests(/APP2) to APP2 Tomcat Server.
Please help me in case any one of you have stumbled over such a problem.
Thanks in Advance
Rohit
|