Re: Accessing CoyoteRequest attributes in a Servlet

2012-09-19 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 9/18/12 9:47 AM, André Warnier wrote: Still talking about mod_jk, basically anything you set in Apache httpd using "SetEnv" for example, gets passed to Tomcat as a request attribute, through the AJP protocol.

Re: Accessing CoyoteRequest attributes in a Servlet

2012-09-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 9/18/12 9:47 AM, André Warnier wrote: > Still talking about mod_jk, basically anything you set in Apache > httpd using "SetEnv" for example, gets passed to Tomcat as a > request attribute, through the AJP protocol. You need to use JkEnvVar

Re: Accessing CoyoteRequest attributes in a Servlet

2012-09-18 Thread Mark Thomas
On 18/09/2012 17:13, Philip Kahle wrote: > Am 18.09.2012 15:47, schrieb André Warnier: >> André Warnier wrote: >>> Philip Kahle wrote: Hi all, I am trying to set up a Java Web Application using Servlets and JSPs in Tomcat 7. User authentication should be done on a central Shibbo

Re: Accessing CoyoteRequest attributes in a Servlet

2012-09-18 Thread Philip Kahle
Am 18.09.2012 15:47, schrieb André Warnier: > André Warnier wrote: >> Philip Kahle wrote: >>> Hi all, >>> >>> I am trying to set up a Java Web Application using Servlets and JSPs in >>> Tomcat 7. User authentication should be done on a central Shibboleth >>> Identity Provider. >>> I have already co

Re: Accessing CoyoteRequest attributes in a Servlet

2012-09-18 Thread André Warnier
André Warnier wrote: Philip Kahle wrote: Hi all, I am trying to set up a Java Web Application using Servlets and JSPs in Tomcat 7. User authentication should be done on a central Shibboleth Identity Provider. I have already configured Apache including mod_ssl, mod_proxy_ajp and the shib2 module

Re: Accessing CoyoteRequest attributes in a Servlet

2012-09-18 Thread André Warnier
Philip Kahle wrote: Hi all, I am trying to set up a Java Web Application using Servlets and JSPs in Tomcat 7. User authentication should be done on a central Shibboleth Identity Provider. I have already configured Apache including mod_ssl, mod_proxy_ajp and the shib2 module following these instr

Accessing CoyoteRequest attributes in a Servlet

2012-09-18 Thread Philip Kahle
Hi all, I am trying to set up a Java Web Application using Servlets and JSPs in Tomcat 7. User authentication should be done on a central Shibboleth Identity Provider. I have already configured Apache including mod_ssl, mod_proxy_ajp and the shib2 module following these instructions: https://wiki.