Hi, I have just started working with jboss. I had to separate application logs using the monolithic jboss-log4j.xml in jboss/conf. It is working fine except that the application log is also logged in the server log. What change has to be done to stop the application specific logging to be present in the server log ? For separating the logs, i have followed the procedure as mentioned in the link : https://community.jboss.org/wiki/SeparatingApplicationLogs
I use Jboss5.0.1GA and my application is .war file.