Hi, I am trying to configure Apache Tomcat as a proxy server. Below are the details of what I am trying to do.
We have a JBoss running on a server with address 192.168.10.x. JBoss server is connected to bunch of other servers. All the servers are on the same subnet and are configured with 192.168.10.x addresses. I am trying to access my web application running on jboss from the external machine. External inteface of JBoss server is 172.x.x.x address. My web application has some links which launches urls from other connected servers on internal 192.168.10.x network. I cant get those urls directly from external machine using 172.x.x.x address. To address this issue I am planning to set up Apache proxy on my internal network and use proxy PAC file on browser to redirect all url request to internal network 192.168.10.x to the proxy. I have the Proxy PAC file setup correctly but I am not sure how to setup apache to forward all the request to appropriate server. e.g. request for 192.168.10.101\test.html should go to that server and request for 192.168.10.102\test.html should go to that server I hope I am not confusing everybody. thanks, -Hardik