Here is the example of what I am trying to do. JBoss Webserver Private IP : 192.168.10.100 JBoss Webserver Public IP 172.x.x.x
Server connected to Jboss: 192.168.10.101 & 192.168.10.102 If I am on the Jboss machine I can access 192.168.10.101\abc\test.html If I am outside the network its not possible to access URL 192.168.10.101\abc\test.html To solve the problem I have PAC file as a proxy for my browser which redirect all request for 192.168.10.101 address to apache httpd proxy server which sits inside the (192.168.x.x) network. Upto this point everything works OK. Request comes to Apache httpd server but it is not able to pass the url as is to 192.168.10.101\abc\test.html and return the response back to the client. thanks, -Hardik On Sat, Mar 22, 2014 at 2:04 PM, Hardik Vaishnav <hardikvaish...@gmail.com>wrote: > Sorry my bad. I am talking about Apache httpd server. > > > On Mar 22, 2014 12:29 PM, "Hassan Schroeder" <hassan.schroe...@gmail.com> > wrote: > >> On Sat, Mar 22, 2014 at 9:18 AM, Hardik Vaishnav >> <hardikvaish...@gmail.com> wrote: >> >> > I am trying to configure Apache Tomcat as a proxy server. >> >> > I hope I am not confusing everybody. >> >> I think perhaps you are confusing yourself. Tomcat has no intrinsic >> proxy server capability to configure. Are you thinking of the Apache >> httpd server? >> >> -- >> Hassan Schroeder ------------------------ hassan.schroe...@gmail.com >> http://about.me/hassanschroeder >> twitter: @hassan >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >> For additional commands, e-mail: users-h...@tomcat.apache.org >> >>