private static ContextClassLoaderLocal<AppContext> LocalAppContext = new ContextClassLoaderLocal<AppContext>();
/*----------------------------------------------------------------------------------------------------*/
//
/**创建{@link WebAppContext}对象*/
protected WebAppContext createAppContext(final ServletContext sc) throws Throwable {
return new WebStandardAppContext("hasor-config.xml", sc);
}