> 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]

Reply via email to