1 Reply Latest reply on May 17, 2005 8:26 PM by vashistvishal

    System.out.printlns in server Console.

    javadevv

      I want to see my debug/System.out.println statements in the server console. What setting I have to do and where to get this done. Any body please help me out.
      Thanks
      Nitin

        • 1. Re: System.out.printlns in server Console.

          I will say first, use log4j for debug statements if u want to debug.

          Secondly are you using an IDE, if yes then those debug satements should be avialable from where you ran JBoss.
          If you are running from shell, like on linux/unix. then it should be there where you ran the JBoss from.

          Is this what you were asking for, if not then please do clarify what you are looking for.