[jboss-user] [JBoss Microcontainer] - Re: How to ignore specific WEB-INF/lib jars

Stephen Coy do-not-reply at jboss.com
Wed Feb 1 22:05:21 EST 2012


Stephen Coy [https://community.jboss.org/people/sfcoy] created the discussion

"Re: How to ignore specific WEB-INF/lib jars"

To view the discussion, visit: https://community.jboss.org/message/713889#713889

--------------------------------------------------------------
Changing my jboss-classloading.xml file to:


<?xml version="1.0" encoding="UTF-8"?>
<classloading xmlns="urn:jboss:classloading:1.0"
    domain="myapp-domain" 
    parent-domain="DefaultDomain"
    export-all="NON_EMPTY"
    import-all="true"
    parent-first="false"
    excluded="org.apache.log4j,org.slf4j"
    >
    <!-- Forces the use of JBoss provided log4j and slf4j implementations -->
</classloading>



resolved my problem.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/713889#713889]

Start a new discussion in JBoss Microcontainer at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2114]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120201/223dae47/attachment.html 


More information about the jboss-user mailing list