+ _zkAddress);
_component = new Component();
_component.getServers().add(Protocol.HTTP, _localWebservicePort);
Context applicationContext = _component.getContext().createChildContext();
applicationContext.getAttributes().put(SERVER, this);
applicationContext.getAttributes().put(PORT, "" + _localWebservicePort);
ZkPropertyTransferApplication application =
new ZkPropertyTransferApplication(applicationContext);
// Attach the application to the component and start it
_component.getDefaultHost().attach(application);
_timer = new Timer(true);