Apache + tomcat - request.getRemoteUser() = null?

2002-11-27 Thread Michael Nicholson
So, I'm working in an University setting, where someone else has set up Tomcat 4.03 and Apache 1.3 together, with the Apache SSL module and the Apache Kerberos 3rd party module installed. The Kerberos module sets the authenication header w/ a basic attribute and a representation of the

Re: Apache + tomcat - request.getRemoteUser() = null?

2002-11-27 Thread Michael Nicholson
+ tomcat - request.getRemoteUser() = null? you need to put tomcatAuthentication=false on your jk connector. Jake At 08:51 AM 11/27/2002 -0500, you wrote: So, I'm working in an University setting, where someone else has set up Tomcat 4.03 and Apache 1.3 together, with the Apache SSL module

Re: Apache + tomcat - request.getRemoteUser() = null?

2002-11-27 Thread Jacob Kjome
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, November 27, 2002 9:24 PM Subject: Re: Apache + tomcat - request.getRemoteUser() = null? you need to put tomcatAuthentication=false on your jk connector. Jake At 08:51 AM 11/27/2002 -0500, you wrote: So, I'm working in an University

Re: Apache + tomcat - request.getRemoteUser() = null?

2002-11-27 Thread Michael Nicholson
, 2002 9:56 PM Subject: Re: Apache + tomcat - request.getRemoteUser() = null? hmm As I understand it, mod_webapp is not being worked on anymore. If it doesn't support the same kind of functionality that mod_jk provides with tomcatAuthentication=false then it probably never will. My