Context
589590591592593594595596
if (log.isLoggable(Level.INFO)) { log.info("Creating context '" + docRoot.getName() + "' with docBase '" + docRoot.getPath() + "'"); } return new ContextFacade(docRoot, null, classLoader); }
606607608609610611612613
if (log.isLoggable(Level.INFO)) { log.info("Creating context '" + docRoot.getName() + "' with docBase '" + docRoot.getAbsolutePath() + "'"); } return new ContextFacade(docRoot, null, classLoader); }
602603604605606607608609
616617618619620621622623
608609610611612613614615