Re: [EMAIL PROTECTED] passing enviroment with PasEnv

2007-10-20 Thread Joshua Slive
On 10/19/07, loredana loredana <[EMAIL PROTECTED]> wrote: > Ok, here's something I don't understand. I've connected my apache and tomcat > using mod_jk > in my httpd.conf I wrote > SetEnv REMOTE_USER xxx > PassEnv REMOTE_USER > > and then in tomcat I just wrote a file > > <% out.print (request.get

[EMAIL PROTECTED] passing enviroment with PasEnv

2007-10-19 Thread loredana loredana
Ok, here's something I don't understand. I've connected my apache and tomcat using mod_jk in my httpd.conf I wrote SetEnv REMOTE_USER xxx PassEnv REMOTE_USER and then in tomcat I just wrote a file <% out.print (request.getAttribute("REMOTE_USER")); %> and well enough, I got xxx printed on the