t Users List
Betreff: Re: HowTo forward user name from apache via mod_jk to tomcat
Rainer,
Rainer Jung wrote:
In this case, why not simply use (mini test jsp):
User: <%=request.getRemoteUser()%>
Oh, hey, that's a lot better. No config or anything ;) I didn't realize
that REM
wrong? My mod_jk
> version is mod_jk 1.2.19.
>
> Cheers,
> Pete
>
>
>
>
>> -Ursprüngliche Nachricht-
>> Von: Christopher Schultz [mailto:[EMAIL PROTECTED]
>> Gesendet: Donnerstag, 19. April 2007 18:28
>> An: Tomcat Users List
>>
Ok got it. I did it with JkEnvVar. Works fine for me.
Cheers,
Pete
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
rstag, 19. April 2007 18:28
> An: Tomcat Users List
> Betreff: Re: HowTo forward user name from apache via mod_jk to tomcat
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Rainer,
>
> Rainer Jung wrote:
> > In this case, why not simply use (mini test js
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rainer,
Rainer Jung wrote:
> In this case, why not simply use (mini test jsp):
>
> User: <%=request.getRemoteUser()%>
Oh, hey, that's a lot better. No config or anything ;) I didn't realize
that REMOTE_USER was already being forwarded without furthe
In this case, why not simply use (mini test jsp):
User: <%=request.getRemoteUser()%>
:)
Honestly: mod_jk forwards quote some information apache has to tomcat,
because mod_jk knows it's a reverse proxy situation. Besides the SSL
info mentioned on the apache page of mod_jk reference guide, ther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Peter,
Peter Neu wrote:
> I'm doing user authentication on the apache server and forward then to
> tomcat. I know this is not the best way but I can't change it for now. :o(
>
> Until recently that was all but now I need to pass the user name to the
Hello,
I'm doing user authentication on the apache server and forward then to
tomcat. I know this is not the best way but I can't change it for now. :o(
Until recently that was all but now I need to pass the user name to the
tomcat server as well. Is there any way to do this?
For authentication