.getName().equals(GRIZZLY_CONNECTOR)){
return;
}
// Set the monitoring.
grizzlyMonitor = new GrizzlyConfig(domain,getPort());
// Set the logger
try{
Method loggerMethod = getProtocolHandler().getClass().getMethod
("setLogger", new Class[]{java.util.logging.Logger.class});