users@glassfish.java.net

Re: Disabling reporting output when running embedded Glassfish?

From: Tom Mueller <tom.mueller_at_oracle.com>
Date: Wed, 12 Oct 2011 10:28:14 -0500

The output is coming from the following line in DeployerImpl.java (line
134):

     actionReport.writeReport(System.out);

Would you like to file a JIRA issue on this? I would think that the
embedded APIs shouldn't be writing anything to System.out.

What is mysterious is that this line has been there all along, even in
3.1. So I don't see why you didn't see the output with 3.1.

Tom