Glassfish v3 logging
glassfish, logging
Solution
http://blog.saddey.net/2010/03/27/how-to-deploy-a-grails-application-to-glassfish/
This tutorial very succinctly explained what the problem was and fixes it, at least for grails applications which is primarily what we deploy to glassfish.
Problem
In Glassfish v2.1 I could look at my web-applications log all stdout and stderr in the glassfish server log ($GF_HOME/domains/domain1/logs/server.log). But I dont see the same in v3. Is there a setting that has to be turned or do applications now have to support their own logging?