// Register the default application.
ApplicationRegistry ar = ApplicationRegistry.getSingleton();
ApplicationRegistryContainer arc =
new ApplicationRegistryContainer(
new DefaultInternalApplicationContextFactory(),
new DefaultServletApplicationContextFactory());
ar.registerApplication(
ApplicationRegistry.DEFAULT_APPLICATION_NAME, arc);
servletContext = new ServletContextStub();