RE: iPlanet and Tomcat integration on solaris

2003-07-25 Thread Mike Curwen
That's a classic problem. Renaming the classes12.zip to classes12.jar is your first step in debugging database connection problems. -Original Message- From: Peter Cline [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 9:44 AM To: [EMAIL PROTECTED] Subject: iPlanet and Tomcat

Re: iPlanet and Tomcat integration on solaris

2003-07-25 Thread Eric J. Pinnell
a) The remoteUser is not being passed from iPlanet to Tomcat. My JSPS are reading the remoteUser using the request.getRemoteUser() method. I am using the RequestDumperValve to see what is being passed to Tomcat. The remoteUser value is invariably set to null. I looked at the source code