request.getRemoteUser() returns Null after upgrading to Tomcat 4.0
843835Mar 6 2002 — edited Feb 4 2003I am using Apache Server 1.3.22 with Tomcat 4.0.3 After I upgraded Tomcat (went from 3.2.3 to 4.0.3), request.getRemoteUser() returned null. It was working fine with Tomcat 3.2.3 and also works fine when you are using Tomcat as a standalone server. But when authenticating users with Apache 1.3.22 and calling request.getRemoteUser() from a jsp file it returns null. Any advice would be greatly appreciated!
Jerry