mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user