}
File deploymentDir = new File(_workRoot, "processes");
_poller = new DeploymentPoller(deploymentDir, this);
_mgtService = new ManagementService();
_mgtService.enableService(_axisConfig, _server, _store, _appRoot.getAbsolutePath());
new DeploymentWebService().enableService(_axisConfig, _server, _store, _poller, _appRoot.getAbsolutePath(), _workRoot
.getAbsolutePath());