}
protected ServletContextHandler newServletContext() {
// set default value
if (httpServlet == null) httpServlet = new SpringHttpServlet();
if (bootstrapServlet == null) bootstrapServlet = new BootstrapServlet();
if (httpSessionListener == null && servletContextListener == null) {
final SpringApplicationLoader applicationLoader = new SpringApplicationLoader();
applicationLoader.setApplicationID(applicationID);
applicationLoader.setApplicationName(applicationName);