Hmmmm, while I am not quite sure what you intend to do the exception tells you it does not find class RealmBase which SlideRealm tries to inherit from upon loading. Please give more details.

Oliver

Jean-Baptiste Li�vremont wrote:

Hi,

I have the following trace in catalina.out while launching Tomcat:

java.lang.NoClassDefFoundError: org/apache/catalina/realm/RealmBase
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
...


I'm using Tomcat 5.0.19, JDK 1.4.2_03 on a RedHat SMP, with slide-2.0rc1. Actually, I'm trying to use authentication with the wrappers.catalina.SlideRealm realm. So I put it in my server.xml, uncommented in slide/WEB-INF/web.xml the lines designated in the doc and created the corresponding roles and users im tomcat-users.xml.

Has anybody tested Slide authentication in Tomcat 5.* ? Thanks in advance for your answears.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to