servletContext.setMCSConfigFile("/tmp/mcs-config.xml");
// Collect System.err output
consoleOutput.useCollectionWith(new Executor() {
public void execute() throws Exception {
synchronized(servletContext) {
ConfigContext cc = new ServletConfigContext(servletContext);
ServletExternalPathToInternalURLMapper mapper =
new ServletExternalPathToInternalURLMapper(servletContext);
volantis.initializeInternal(mapper, cc,
new MarinerServletApplication());