Thanks Craig, Sadly, It looks like I'm part of the other 1%
There were several 'servlet.jar's on my system. I renamed them all except jakarta-tomcat-4.0\common\lib\servlet.jar but unfortunately I still have the same problem. I've now done a more systematic check and I can tell you that this is actually unrelated to SSL and clientAuth. With SSL off the servlet runs under 3.x but fails under 4.0. Any other ideas? Phil -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 7:08 PM To: [EMAIL PROTECTED] Subject: Re: clientAuth problems On Thu, 4 Oct 2001, Phil Spencer wrote: > > javax.servlet.ServletException: Class com.csfs.spencer.phil.GetRemoteUser > is not a Servlet 99% of the time this is caused by having a "servlet.jar" or "j2ee.jar" file in your Java system extensions directory ($JAVA_HOME/jre/lib/ext). This messes up Tomcat execution. Craig McClanahan
