Hi

I have an application packaged as a war. I use log4j in the application and
at deployment log4j.jar is in the war under
                WEB-INF/lib

When I run the application the log4j classes are accessable but after the
configurator runs the tomcat throws a class not found exception on :
        org.apache.log4j.ConsoleAppender

org.apache.log4j.ConsoleAppender in in the log4j.jar but the classloader
doesnt see it?
however onther not dynamicly loadded classes like the configurator has no
problem loading.
I also deployed the same war in weblogic and it doesn't throw an error.
I tried to put the log4j jar into the JBOSS /external directory I still get
the same problem.
Is this a bug? any suggestions?

Aron

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to