public void caucho_init(ServletConfig config) { try { com.caucho.server.webapp.WebApp webApp = (com.caucho.server.webapp.WebApp) config.getServletContext(); init(config); if (com.caucho.jsp.JspManager.getCheckInterval() >= 0) _caucho_depends.setCheckInterval(com.caucho.jsp.JspManager.getCheckInterval()); _jsp_pageManager = webApp.getJspApplicationContext().getPageManager(); com.caucho.jsp.TaglibManager manager = webApp.getJspApplicationContext().getTaglibManager(); com.caucho.jsp.PageContextImpl pageContext = new com.caucho.jsp.InitPageContextImpl(webApp, this); } catch (Exception e) { throw com.caucho.config.ConfigException.create(e); } }
public void init(ServletConfig config) throws ServletException { super.init(config); System.out.println("[Servlet3.init]"); context = config.getServletContext(); }