scaDomainServlet = new ScaDomainScriptServlet();
servletHost.addServletMapping(domainScriptMapping, scaDomainServlet);
}
// Add this service to the scadomain script servlet
scaDomainServlet.addService(binding.getName());
}
public void stop() {
// Remove the servlet mappings we've added