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
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