views:

83

answers:

1

How to in Glassfish v3 can use stdout and stderr in Primary Key class the glassfish server log ($GF_HOME/domains/domain1/logs/server.log).Is there a setting that has to be turned or do applications now have to support their own logging?

A: 

This answer describes some of the details of how messages to System.out and System.err are processed by GlassFish v3.

This article deals with System.out and System.err usage in an app client that is started via Java WebStart.

vkraemer
have set the logger level to finest for "javax.enterprise.system" but I dont see any message from System.Out.println(). Please note that the stdout messege is for debuging reason from a primary key class that called and created from application client. any idea?
George Liolios