Re: Env vars, mod_jk and JkEnvVar?

2003-02-07 Thread Milt Epstein
On Tue, 4 Feb 2003, Jack on vacation wrote: Hi, What's the way to pass environment variables from Apache to Tomcat when using mod_jk? http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html gives JkEnvVar SSL_CLIENT_V_START as an example, but how do I read this in a JSP? Will

Env vars, mod_jk and JkEnvVar?

2003-02-04 Thread Jack on vacation
Hi, What's the way to pass environment variables from Apache to Tomcat when using mod_jk? http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html gives JkEnvVar SSL_CLIENT_V_START as an example, but how do I read this in a JSP? Will it appear as an attribute, if so, with what name?