Hi All,
I am using mod_proxy connector to integrate apache 2.2.3 with
tomcat 5.5.
I am using some secured pages in our application stored at tomcat. I could able to configure http and SSL so that my request at port 80 and 443 are getting redirected to tomcat properly.
But I am facing one issue: there are some pages which are hard coded under security-constraint in applications web.xml. So if someone requests for anyone of these pages, the request will automatically be served on SSL. This mechanism is not working in our case and the request gets treated as normal http request and browser says �Internet Explorer can not display this webpage�.
It seems that my requests are reaching to tomcat via apache but somehow it is unable to return the response back from tomcat if the entry is in web.xml (mapped using url-pattern).
Can anyone give some pointers/comments? Also let me know in case anybody faced similar problems and knows workaround