defaultContext.put( ContextManagerConstants.LOG_CATEGORY, "fortress" );
defaultContext.put( ClassLoader.class.getName(), classLoader );
defaultContext.put( ContextManagerConstants.CONFIGURATION_URI, "conf/system.xconf" );
defaultContext.put( ContextManagerConstants.LOGGER_MANAGER_CONFIGURATION_URI, "conf/logkit.xconf" );
defaultContext.makeReadOnly();
return defaultContext;
}
/**