// Address settings need to deployed initially, since they're require on paging manager.start()
if (configuration.isFileDeploymentEnabled())
{
addressSettingsDeployer = new AddressSettingsDeployer(deploymentManager, addressSettingsRepository);
addressSettingsDeployer.start();
}
deployAddressSettingsFromConfiguration();