Hmm alright, why doesnt you use the 5.0 instead? I've seen that the plugin for Eclipse only supports debugging with 4.x... So perhaps it would be a good idea? But what about features?
Yeah but /runaway was just the context path where I misread it at first, doesn't change anything. It does include it, but I think that Logfactory4j is deprecated in newer versions, and perhaps that is why.. some kind of mismatch in the classes you provided, with the new commons-lib... maybe it should try to replace it. I got it working anyway, it can log in, but I cant view any of the users. It says "getUsers" not implemented. Where do I implement this? Otherwise its looking good :) /M -----Original Message----- From: Lester Ward [mailto:[EMAIL PROTECTED] Sent: 21. juni 2004 16:14 To: 'Turbine Users List' Subject: RE: A Hibernate/Turbine 2.3 security sample > This looks really nice, but it wont run when i try to execute it from > Eclipse. I ran maven eclipse and imported the project into > Eclipse. From > here I set the project as a Tomcat project (I use tomcat 5.0.x)... Not sure. I used Tomcat 4.x. Here is what I notice in your log, though: > [DEBUG] Digester - - match='web-app/welcome-file-list/welcome-file' > [DEBUG] Digester - - bodyText='index.jsp' May app doesn't have either of these files, so it is possible that you have some other application running within Tomcat? > Catalina:type=JspMonitor,WebModule=//localhost/runaway,J2EEApp My app is called "runway", not "runaway", so it could be you have a naming problem somewhere. > Caused by: java.lang.ClassNotFoundException: > org.apache.commons.logging.impl.Log4jFactory > at java.net.URLClassLoader$1.run(URLClassLoader.java:199) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:187) > at java.lang.ClassLoader.loadClass(ClassLoader.java:289) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274) > at java.lang.ClassLoader.loadClass(ClassLoader.java:235) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:141) > at > org.apache.commons.logging.LogFactory$2.run(LogFactory.java:607) > ... 24 more > > Got a clue why it says this? I do have the log4j.jar in my > classpath (but under web-inf/lib and I've even tried adding > it individually in eclipse... I think this class is actually in commons-logging. My app should include commons-logging-1.0.3.jar. Wordman --------------------------------------------------------------------- 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]
