* Now apply the required changes to the admin listener
* in the DAS configuration.
*/
final Configs configs = domain_w.getConfigs();
final Config c = configs.getConfigByName(DAS_CONFIG_NAME);
final Config c_w = t.enroll(c);
ConfigLevelContext configLevelContext =
new ConfigLevelContext(topLevelContext, c_w);
for (Iterator<Work<ConfigLevelContext>> it = perConfigSteps(); it.hasNext();) {
final Work<ConfigLevelContext> step = it.next();
if ( ! step.run(configLevelContext)) {