%@ page import="org.springframework.web.context.support.WebApplicationContextUtils"%>
%@ page import="org.springframework.context.ApplicationContext"%>
ServletContext sc = this.getServletConfig().getServletContext();
ApplicationContext ac2 = WebApplicationContextUtils.getWebApplicationContext(sc);