Elodie Tasia wrote: >> I downloaded Tomcat/4.0.4-b2 and slide nightly build from 04/02. >> >>I started deployed justl slide.war into Tomcat and Tomcat would start up >>just fine. >> >>The moment I started to change the authentication Realm to SlideRealm, >>Tomcat could not fined several dependencies, (which is documented) after a >>while, I ran into the same name not found exception. > > Uuuh, I don't well understand this last expression (I'm french, sorry > ;o) )... what did you do with that exception ? > > >>So I stopped autheticating agains tSlide Relam and used Tomcat Servelet >>container authentication. >> >>To do that after you deploy slide.war, go to web.xml (for slide) and >>uncomment the last portion of the file. restart tomcat and it seems to >>work. > > So, at the end, you just deployed slide.war and uncommented the end oh > Tomcat\webapps\slide\WEB-INF\web.xml ? > So, you can't use at all this "famous" SlideRealm ?
Of course you can, but integrating slide and its realm with tomcat is a bit tricky, so unless you have a good reason not to use slide's integrated tomcat, you really should use it. If you really want not to use this slide's integred tomcat, you will have to hack tomcat by moving all jars containing classes that were not found (NoClassDefFoundExceptions)into tomcat's common/lib directory. Secondly, the last exception you caugth was caused by a particular J2EStore-Tomcat integration problem that Slide's developers are aware of but that is not already solved. So, for now, I would advise you to use JDBCContentStore. JP -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
