ServletContext servletContext = getServletContext();
dispatcher.dispatch(servletContext, httpServletRequest, httpServletResponse, scriptPathWithoutExtension, actionMethod, result);
} catch (ScriptException e) {
handleServiceScriptException(e, httpServletResponse, httpServletRequest);
} finally {
containerLauncher.killContainer();
}
}
/**
* This overridable method contains the default behavior for the catching of ScriptException during the