James B. Muir wrote:
The problem here being that the environment variable should be set in a Perl handler, if I understood the original post.In order to pass an environment variable via mod_jk to tomcat you need to set the "JkEnvVar" in your jk.conf file. For example,JkEnvVar REMOTE_USER %{REMOTE_USER}