2013. 1. 21. 18:00
1. META-INF/jboss-deployment-structure.xml 파일 생성(WEB-INF 에 생성해도 된다고 함)
2. 내용 추가
<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure>
<deployment>
<exclusions>
<module name="org.apache.log4j" />
<module name="org.apache.commons.logging" />
<module name="org.slf4j"/>
<!--
<module name="org.jboss.logging"/>
<module name="org.jboss.logging.jul-to-slf4j-stub"/>
<module name="org.jboss.logmanager"/>
<module name="org.jboss.logmanager.log4j"/>
-->
</exclusions>
</deployment>
</jboss-deployment-structure>