Merge WOLF-1 to HEAD

EOL-2 : Remove NFS

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@109179 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2015-07-29 16:57:14 +00:00
parent ce1922480b
commit db4195196d
11 changed files with 2 additions and 1410 deletions

View File

@@ -492,25 +492,7 @@ public abstract class AbstractServerConfigurationBean extends ServerConfiguratio
// Configuration error
logger.error("FTP server configuration error, " + ex.getMessage(), ex);
}
// Initialize the NFS server
try
{
// Process the NFS server configuration
processNFSServerConfig();
// Log the successful startup
logger.info("NFS server " + (isNFSServerEnabled() ? "" : "NOT ") + "started");
}
catch (Exception ex)
{
// Configuration error
logger.error("NFS server configuration error, " + ex.getMessage(), ex);
}
}
}
protected abstract void processCoreServerConfig() throws InvalidConfigurationException;
@@ -521,8 +503,6 @@ public abstract class AbstractServerConfigurationBean extends ServerConfiguratio
protected abstract void processCIFSServerConfig();
protected abstract void processNFSServerConfig();
protected abstract void processFTPServerConfig();
protected abstract void processClusterConfig() throws InvalidConfigurationException;