i have 2 web servers, one is apache tomcat v6, and the other is IIS v6, both
are on the same network, 
the tomcat server is directly connected to the internet and also it has dhcp
which assign the IIS server 
IP address, what am looking for is that when apache has an http request like
http://tomcatserver/index.html
then it will responses its index.html, but if it will receive a request like
http://iisserver/index.html then tomcat
should forward the request to the IIS server and then receive the response
from the IIS and redirect it to client
whom issued the request, so in short words, am wondering if tomcat is
capable to translate the requested URLs
and redirect them to a specific IP/Port, i read about connectors but am not
sure if apache connectors is what 
really am looking for, any suggestions?
-- 
View this message in context: 
http://www.nabble.com/Redurect-URL-From-Tomcat-to-IIS-tp23346521p23346521.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to