Hi there,
 
I am trying to activate some debug in the petstore application.  The code is below:
       if (verbose) {
            out.println("<br>Connection is " + con);
            out.flush();
       }
 
However, when I start JBoss with the application, the debug does not seem to appear anywhere.  Can anyone tell me where standard output gets put with JBoss? (ie is it supposed to go to the console shell that I started JBoss in, is it supposed to go to the system.log etc)
 
Cheers,
Simon Moses,
EMAIL: 
[EMAIL PROTECTED]

 

 

Reply via email to