users@glassfish.java.net

Enabling verbose:class output from server side containers

From: Kyle Grucci <Kyle.Grucci_at_Sun.COM>
Date: Fri, 09 Feb 2007 12:30:10 -0500

Hi,

    I am interested in getting logging output which tells me where each
class is loaded from within the application server. The Java VM
provides the "-verbose:class" option for this purpose. I added the
argument as a jvm-option to the java-config element in domain.xml.
Upon running "asadmin start-domain", I see the verbose class loading
output in the shell up until the point that the appserver has been
started. However, I don't see any additional output when deploying
applications. It is not in the server log or in the shell where I
started the domain. How can I get this verbose VM output to be logged
somewhere?

Thanks,

Kyle