Re: Question about apache - tomcat connector

2008-01-16 Thread german . a . luisi
Hello Christopher The redirection is in my hands. If I edit /etc/httpd/conf/httpd.conf: JkMount / worker1 I'm sent to Tomcat home page (root level /) ---> /TOMCAT_HOME/webapps/ And the special headers are comming. But... if I edit /etc/httpd/conf/httpd.conf: JkMount /RS/* worker1 Trying to be

Re: Question about apache - tomcat connector

2008-01-15 Thread german . a . luisi
The problem is the next: I have a webApp (called RS) running in Tomcat; http://sscllinuxora03.santiago.cl.jpmorganchase.com:8084/RS Now I put SSO (SiteMinder) to my app, for that I had to use apache, because the SSO work with apache. So, the url that I have to use is http://sscllinuxora03.san

Question about apache - tomcat connector

2008-01-14 Thread german . a . luisi
- Hello. I have the next doubt integrating apache with tomcat and SiteMinder (SSO) When I logging in my webApp, I' m been redirected to SiteMinder (that part is ok), then SM redirect me to tomcat (it s mean to the root /), appending some special headers,