415416417418419420421422423424425
contextConfigLocation = webxmlContextConfigLocation; } } rootContext.setConfigLocation(contextConfigLocation); rootContext.setId("rose.root"); rootContext.refresh(); if (logger.isInfoEnabled()) { logger.info("[init/rootContext] exits"); }
420421422423424425426427428429430
421422423424425426427428429430431
} } rootContext.setConfigLocation(contextConfigLocation); rootContext.setId("rose.root"); rootContext.refresh(); if (logger.isInfoEnabled()) { logger.info("[init/rootContext] exits"); }