Re: set environment variables in tomcat
André Warnier <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
James B. Muir wrote:
> 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}
>
The problem here being that the environment variable should be set in a Perl handler, if I
understood the original post.