{
mServerName = System.getProperty( com.sun.enterprise.util.SystemPropertyConstants.SERVER_NAME);
final String instanceRoot = System.getProperty(
com.sun.enterprise.util.SystemPropertyConstants.INSTANCE_ROOT_PROPERTY );
mDebug = new AMXDebugHelper( instanceRoot + "/AMXLoggingHook-" + mServerName + ".debug" );
// debug( "\n_______________________________________________________________________________");
// debug( "AMXLoggingHook: REV = 1");
// debug( "AMXLoggingHook: started at " + new java.util.Date() + " for server " + mServerName);