I want to control the logging of my application by including a suitable log4j.xml in 
war's WEB-INF/classes/. Initial attempt of just including the xml file in the war 
failed, as JBoss' own configuration file in conf/ did override my settings. Using 
instructions on

http://www.jboss.org/wiki/Wiki.jsp?page=Logging

I was able to get the correct results. My question is, what exactly do settings

<class-loading java2ClassLoadingCompliance="false">
   <loader-repository>
      log4j.test:loader=log4j.war
      <loader-repository-config>java2ParentDelegation=false</loader-repository-config>
   </loader-repository>
</class-loading>

do, and do they have any unwanted side-effects?





View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838646#3838646

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838646


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to