No Class def found error

2006-05-01 Thread Abhishek Goel
Hi , I am using tomcat 5.5.17 along with jdk 1.5. I am trying to define a Single sign on agent valve by using the following tag Host name=client.com appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=true xmlNamespaceAware=true Valve

RE: No Class def found error

2006-05-01 Thread Abhishek Goel
into -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, May 01, 2006 4:52 PM To: Tomcat Users List Subject: Re: No Class def found error make sure that the valve classes are under server/lib or server/classes instead of common/lib or common/classes Abhishek