0 Replies Latest reply on Oct 16, 2003 7:13 AM by kar2000

    log4j.xml

    kar2000

      hi all,

      i have jboss 3.0.7 server and i have 2 aplications deployed on it as 2 seperate WAR files. now i want to capture the logs generated by these 2 applications seperately.

      i know that jboss comes with log4j and the log4j.xml is to be set in the server/conf folder. but i dont know how should i configure it such that i get 2 seperate log files generated fo my 2 applications that run simultaneously and the logs generated by 1 application is not written on the other application log.

      can someone help me with some practical code stuff?