2 Replies Latest reply on Sep 11, 2013 4:51 AM by ybxiang.china

    JBoss7 + System.err.print not work?

    kkkkkklf

      Sorry... I'm not good English Speaker

       

      in my case

      $JBOSS_HOME/bin/standalone.sh 1>/logs/out.log 2>/logs/error.log

       

      and in jsp

      <%

         System.out.println("out!!");

         System.err.println("err!!");

      %>

       

      then result is

      out!! written in out.log also err!! written in out.log

       

      is it normal??