Re: set environment variables in tomcat

2011-05-26 Thread André Warnier
Kim Goldov wrote: I'm connecting to a tomcat server from our web server using mod_jk. I'm setting environment variables with each request in the PerlAuthenHandler and PerlHeaderParserHandler. I'm able to read the variables in PHP, perl fcgi, and wsgi, however they are not being passed to tomcat.

Re: set environment variables in tomcat

2011-05-26 Thread Fred Moyer
http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlPassEnv_ might be what you are looking for. On Thu, May 26, 2011 at 5:24 PM, Kim Goldov wrote: > I'm connecting to a tomcat server from our web server using mod_jk. I'm > setting environment variables with each request in the PerlAuthe

set environment variables in tomcat

2011-05-26 Thread Kim Goldov
I'm connecting to a tomcat server from our web server using mod_jk. I'm setting environment variables with each request in the PerlAuthenHandler and PerlHeaderParserHandler. I'm able to read the variables in PHP, perl fcgi, and wsgi, however they are not being passed to tomcat. Is there a way to pa