* @return the new <tt>Context</tt>
*/
public Context createContext(File docRoot, String contextRoot,
ClassLoader classLoader) {
Context context = createContext(docRoot, classLoader);
try {
addContext(context, contextRoot);
} catch (Exception ex) {
log.severe("Couldn't add context " + context + " using " + contextRoot);