Re: AW: HowTo forward user name from apache via mod_jk to tomcat

2007-04-20 Thread Rainer Jung
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

Re: AW: HowTo forward user name from apache via mod_jk to tomcat

2007-04-20 Thread David Smith
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 >>

AW: HowTo forward user name from apache via mod_jk to tomcat [solved]

2007-04-20 Thread Peter Neu
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]

AW: HowTo forward user name from apache via mod_jk to tomcat

2007-04-19 Thread Peter Neu
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

Re: HowTo forward user name from apache via mod_jk to tomcat

2007-04-19 Thread Christopher Schultz
-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

Re: HowTo forward user name from apache via mod_jk to tomcat

2007-04-19 Thread Rainer Jung
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

Re: HowTo forward user name from apache via mod_jk to tomcat

2007-04-19 Thread Christopher Schultz
-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

HowTo forward user name from apache via mod_jk to tomcat

2007-04-19 Thread Peter Neu
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