private static function initializeNamingService()
 {
     WebtopNaming::$ignoreNaming = SystemProperties::get(WebtopNaming::IGNORE_NAMING_SERVICE) === "true" ? true : false;
     //		try {
     // Initilaize the list of naming URLs
     WebtopNaming::getNamingServiceURL();
     //		} catch (Exception $ex) {
     //			debug . error("Failed to initialize naming service", ex);
     //		}
 }