2010-02-18 49 views

回答

3

conf/jboss-service.xml文件包含引用jboss-log4j.xml

<mbean code="org.jboss.logging.Log4jService" 
    name="jboss.system:type=Log4jService,service=Logging" 
    xmbean-dd="resource:xmdesc/Log4jService-xmbean.xml"> 
    <attribute name="ConfigurationURL">resource:jboss-log4j.xml</attribute>  

我不知道什麼resource:jboss-log4j.xml手段,準確,但ConfigurationURL聽起來像什麼,你可以在一個file://風格的URL傳遞到,指定外部log4j文件。