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