"[EMAIL PROTECTED]" wrote : Do you have log4j.jar in your web app? If so try removing it. | | Stan
I do have log4j-1.2.9.jar in my WEB-INF/lib....I tried removing it, but the app then fails to deploy....It is saying: 2005-07-14 11:15:53,956 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/ecard]] Initializing Log4J... | 2005-07-14 11:15:53,956 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/ecard]] Exception sending context initialized event to listener instance of class org.nemours.webapp.ecard.controller.ECardContextListener | java.lang.NoClassDefFoundError: org/apache/log4j/spi/RootLogger | at org.nemours.webapp.ecard.controller.ECardContextListener.setupLogging(ECardContextListener.java:57) | at org.nemours.webapp.ecard.controller.ECardContextListener.contextInitialized(ECardContextListener.java:32) ECardContextListener is where I initialize my Log4J logging... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884863#3884863 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884863 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
