Re: [us...@httpd] Apache to Tomcat forwarding not working properly

2010-05-04 Thread Gaurav Chhabra
Hi Ezra, It's me who has issue with Apache & Tomcat; Igor is trying to help me out. Anyways, i tried your suggestion and I am now getting the image as well. :) My new ProxyPass settings are: -- ProxyPass /abc/abc/images http://IP:8080/abc/abc/images Proxy

Re: [us...@httpd] Apache to Tomcat forwarding not working properly

2010-05-03 Thread Ezra Taylor
Igor: I think you have to create a proxypass entry for your images also. Something similar to the below entry. ProxyPass /images http://localhost/images On Mon, May 3, 2010 at 9:06 PM, Igor Cicimov wrote: > Post your server/vhost and https configuration please. > > > On Tue, May 4,

Re: [us...@httpd] Apache to Tomcat forwarding not working properly

2010-05-03 Thread Gaurav Chhabra
Hi Igor, I have shared the files here: --- http://pastebin.com/8809Wmpb (httpd.conf) http://pastebin.com/e56vtWzH(httpd-ssl.conf) --- If there is anything else you require, please let me know. Thanks & Regards, GC -- View this message in

Re: [us...@httpd] Apache to Tomcat forwarding not working properly

2010-05-03 Thread Igor Cicimov
Post your server/vhost and https configuration please. On Tue, May 4, 2010 at 1:57 AM, Gaurav Chhabra wrote: > > Hi, > > > I am facing some problem with Apache to Tomcat forwarding. I have Tomcat > (6.0.18) behind Apache (2.2). I want to use ‘https’ for receiving request > from the client. This

[us...@httpd] Apache to Tomcat forwarding not working properly

2010-05-03 Thread Gaurav Chhabra
Hi, I am facing some problem with Apache to Tomcat forwarding. I have Tomcat (6.0.18) behind Apache (2.2). I want to use ‘https’ for receiving request from the client. This request, when forwarded by Apache to Tomcat, will use ‘http’. My application’s name is ‘abc’, which is deployed in Tomcat’s