1 Reply Latest reply on Aug 29, 2011 3:35 AM by jaikiran

    missing system log file in AS7

    samwun9988

      Hi,

       

      As Jboss AS7 admin guide said,

       

      ProcessLog File

      Server:

      ./standalone/log/boot.log

      Server./standalone/log/server.log

       

      But when I started AS7 server, I can't find any *.log file in my jboss 7 directory:

       

      ~/jboss7

      find . -name "*.log"

      ~/jboss7

       

      I used the following commandline to start up JBOSS 7:

       

      ./standalone.sh 1>&2 > /dev/null &

       

      If this is not the correct way to start jboss in daemon mode, what is a bettter way to do that so that I can run Jboss 7 in daemon mode?

       

      Thanks

      S