Re: Exception when launching Tomcat

2004-04-20 Thread Oliver Zeigermann
Jean-Baptiste Lièvremont wrote: It seems that it is a Tomcat-related problem, actually I think that it does not load the .jar files in the right order. What I am trying to do is use Slide with the built-in authentication. As I already had a Tomcat (5.0.19), I only downloaded the .tar.gz bundle

Exception when launching Tomcat

2004-04-19 Thread Jean-Baptiste Lièvremont
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

Re: Exception when launching Tomcat

2004-04-19 Thread Jean-Baptiste Lièvremont
It seems that it is a Tomcat-related problem, actually I think that it does not load the .jar files in the right order. What I am trying to do is use Slide with the built-in authentication. As I already had a Tomcat (5.0.19), I only downloaded the .tar.gz bundle with the server and the

Re: Exception when launching Tomcat

2004-04-19 Thread Jacob Lund
Try to move your slide jar's into the common/lib directory - it worked for me! /jacob - Original Message - From: Jean-Baptiste Lièvremont [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 19, 2004 3:06 PM Subject: Exception when launching Tomcat Hi, I have the following