deployer.setWatchDir("/tmp/war-listen/");
deployer.setWatchEnabled(false);
cluster.setClusterDeployer(deployer);
standardHost.setCluster(cluster);
cluster.addLifecycleListener(new InfoLifecycleListener());
cluster.addClusterListener(new JvmRouteSessionIDBinderListener());
// DeltaManager is default!
String aspectedResult = "<Host"
+ LF.LINE_SEPARATOR
+ " name=\"localhost\">"
+ LF.LINE_SEPARATOR