Hi, Since you are using an ear file, you will need to create a jboss-app.xml in your META-INF directory which should have an entry like the following:
<jboss-app> | <class-loading java2ClassLoadingCompliance="false"> | <loader-repository>test.log:loader=xxx.war | <loader-repository-config>java2ParentDelegation=false</loader-repository-config> | </loader-repository> | </class-loading> | </jboss-app> See the Using your own log4j.xml file - class loader scoping section at the link below for more information on creating separate logs in wars. http://www.jboss.org/wiki/Wiki.jsp?page=Logging Hope this helps. -Ivan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867675#3867675 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867675 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
