/** {@inheritDoc} */
@Override
public synchronized void start(StartContext context) throws StartException {
ROOT_LOGGER.debugf("Starting Mod_cluster Extension");
config = new ModClusterConfig();
// Set the configuration.
// Set some defaults...
if (!modelconf.hasDefined(CommonAttributes.PROXY_LIST)) {
try {