2 Replies Latest reply on Aug 7, 2002 2:06 AM by arijit

    JBoss 3.0 + logging

    arijit

      I want to have a separate LOG file for the application that I am deploying on JBOSS 3.0
      Presently I am getting my application LOGs along with the server log file of JBoss.

      How can I separate them ?

      Regards,
      Arijit

        • 1. Re: JBoss 3.0 + logging
          mesketh

          You can reconfigure log4j either in xml or through .properties files - jboss seems to use log4j.xml i.e. the DomConfigurator. JBoss provides one of these which you'll need to change to support other Appenders or to change the log file destination (in your case) - see "conf" .

          Mark

          • 2. Re: JBoss 3.0 + logging
            arijit

            Thanks Mark.

            How can I integrate with Castor logging ?