1 Reply Latest reply on Sep 4, 2007 1:27 PM by peterj

    Configuring the JBoss to redirect the console messages

    pmohanan

      Hi..,

      I want to redirect the console messages to the server.log. Where & What changes do I have to do to the config file(s) ? The app will be run as a service on the linux machine & would be restarted automatically.

      Regards,

      Praveen

        • 1. Re: Configuring the JBoss to redirect the console messages
          peterj

          Between the boot.log and server.log, you should already have all of the messages that display on the console. The information about JVM arguments and other environment variables at the start of the console output are generated by the run.sh script, not by the app server. You could redirect that information for another file under server/xxx/log, if you really need it.