+ File.separator + realDirRelPath + File.separator;
MapServiceDescFile mapServiceDescFile = new MapServiceDescFile(
serviceDirAbsolutePath
+ ArchitectureUtil.MAP_SERVICE_DESC_FILE_NAME);
mapServiceDesc = (MapServiceDesc) mapServiceDescFile.open();
MapDescFile mapDescFile = new MapDescFile(serviceDirAbsolutePath
+ ArchitectureUtil.MAP_DESC_FILE_NAME);
String password = mapServiceDesc.getPassword();
if (password == null || "".equals(password.trim())) {