> From: Carol Cheung [mailto:[EMAIL PROTECTED] > Subject: NoClassDefFoundError: org.apache.catalina.realm.RealmBase > > I have catalina.jar in WEB-INF/lib > Can anyone shed some light on what I'm doing wrong?
Putting catalina.jar in WEB-INF/lib is certainly one major error. Remove it. You must never, never put the same classes in more than one spot in a given branch of the classloader tree. Not telling us the version of Tomcat you're using is another error. - Chuck Sorry, I'm using Tomcat 5.5. I removed catalina.jar from WEB-INF/lib and I am still getting the same error. -- View this message in context: http://www.nabble.com/NoClassDefFoundError%3A-org.apache.catalina.realm.RealmBase-tp19458032p19460362.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]