/* * JSP generated by Resin Professional 4.0.48 (built Wed, 17 Feb 2016 11:03:24 PST) */ package _jsp; import javax.servlet.*; import javax.servlet.jsp.*; import javax.servlet.http.*; import com.caucho.vfs.*; import com.caucho.server.webapp.*; public class _index__jsp extends com.caucho.jsp.JavaPage { private static final java.util.HashMap<String,java.lang.reflect.Method> _jsp_functionMap = new java.util.HashMap<String,java.lang.reflect.Method>(); private boolean _caucho_isDead; private boolean _caucho_isNotModified; private com.caucho.jsp.PageManager _jsp_pageManager; public void _jspService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { com.caucho.server.webapp.WebApp _jsp_application = _caucho_getApplication(); com.caucho.jsp.PageContextImpl pageContext = _jsp_pageManager.allocatePageContext(this, _jsp_application, request, response, null, null, 8192, true, false); TagState _jsp_state = null; try { _jspService(request, response, pageContext, _jsp_application, _jsp_state); } catch (java.lang.Throwable _jsp_e) { pageContext.handlePageException(_jsp_e); } finally { _jsp_pageManager.freePageContext(pageContext); } } private void _jspService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, com.caucho.jsp.PageContextImpl pageContext, javax.servlet.ServletContext application, TagState _jsp_state) throws Throwable { javax.servlet.jsp.JspWriter out = pageContext.getOut(); final javax.el.ELContext _jsp_env = pageContext.getELContext(); javax.servlet.ServletConfig config = getServletConfig(); javax.servlet.Servlet page = this; javax.servlet.jsp.tagext.JspTag _jsp_parent_tag = null; com.caucho.jsp.PageContextImpl _jsp_parentContext = pageContext; response.setContentType("text/html"); out.write(_jsp_string0, 0, _jsp_string0.length); /** * See if the resin-doc webapp is installed */ boolean hasResinDoc = false; boolean hasOrientation = false; ServletContext docApp = application.getContext("/resin-doc"); if (docApp != null) { String rp = docApp.getRealPath("index.xtp"); if (rp != null && (new java.io.File(rp)).exists()) hasResinDoc = true; if (hasResinDoc) { rp = docApp.getRealPath("orientation.xtp"); if (rp != null && (new java.io.File(rp)).exists()) hasOrientation = true; } } out.write(_jsp_string1, 0, _jsp_string1.length); if (hasResinDoc) { out.write(_jsp_string2, 0, _jsp_string2.length); } else { out.write(_jsp_string3, 0, _jsp_string3.length); out.print(( request.getScheme() )); out.write(_jsp_string4, 0, _jsp_string4.length); out.print(( request.getServerName() )); out.write(':'); out.print(( request.getServerPort() )); out.write(_jsp_string5, 0, _jsp_string5.length); } out.write(_jsp_string6, 0, _jsp_string6.length); } private com.caucho.make.DependencyContainer _caucho_depends = new com.caucho.make.DependencyContainer(); public java.util.ArrayList<com.caucho.vfs.Dependency> _caucho_getDependList() { return _caucho_depends.getDependencies(); } public void _caucho_addDepend(com.caucho.vfs.PersistentDependency depend) { super._caucho_addDepend(depend); _caucho_depends.add(depend); } protected void _caucho_setNeverModified(boolean isNotModified) { _caucho_isNotModified = true; } public boolean _caucho_isModified() { if (_caucho_isDead) return true; if (_caucho_isNotModified) return false; if (com.caucho.server.util.CauchoSystem.getVersionId() != -8002497470487589159L) return true; return _caucho_depends.isModified(); } public long _caucho_lastModified() { return 0; } public void destroy() { _caucho_isDead = true; super.destroy(); TagState tagState; } public void init(com.caucho.vfs.Path appDir) throws javax.servlet.ServletException { com.caucho.vfs.Path resinHome = com.caucho.server.util.CauchoSystem.getResinHome(); com.caucho.vfs.MergePath mergePath = new com.caucho.vfs.MergePath(); mergePath.addMergePath(appDir); mergePath.addMergePath(resinHome); com.caucho.loader.DynamicClassLoader loader; loader = (com.caucho.loader.DynamicClassLoader) getClass().getClassLoader(); String resourcePath = loader.getResourcePathSpecificFirst(); mergePath.addClassPath(resourcePath); com.caucho.vfs.Depend depend; depend = new com.caucho.vfs.Depend(appDir.lookup("index.jsp"), -122100326514986033L, false); _caucho_depends.add(depend); loader.addDependency(depend); } final static class TagState { void release() { } } public java.util.HashMap<String,java.lang.reflect.Method> _caucho_getFunctionMap() { return _jsp_functionMap; } 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); } } private final static char []_jsp_string2; private final static char []_jsp_string6; private final static char []_jsp_string3; private final static char []_jsp_string0; private final static char []_jsp_string5; private final static char []_jsp_string1; private final static char []_jsp_string4; static { _jsp_string2 = "\n\n<p>Documentation is available at <a href=\"/resin-doc\">/resin-doc</a>.\n\n<p>Administration is available at <a href=\"/resin-admin\">/resin-admin</a>.\n\n".toCharArray(); _jsp_string6 = "\n</body>\n\n</html>\n".toCharArray(); _jsp_string3 = "\n<p>\nThe Resin documentation is normally found with the url <i>\n".toCharArray(); _jsp_string0 = "\n\n\n\n".toCharArray(); _jsp_string5 = "/resin-doc</i>, but it does not appear to be installed at that location.\n".toCharArray(); _jsp_string1 = "\n\n<html>\n<head><title>Resin® Default Home Page</title></head>\n\n<body>\n<h1 style=\"background: #ccddff\">Resin® Default Home Page</h1>\n\nThis is the default page for the Resin web server.\n\n".toCharArray(); _jsp_string4 = "://".toCharArray(); } }

qiuqiuqiu111 LV4
2022年11月29日
yymmyy LV1
2021年10月28日
ewofl888 LV1
2021年6月21日
2539788229 LV4
2021年1月4日
ahly88 LV1
2020年11月7日
jiayouyy LV8
2020年6月1日
柠檬味汽水 LV1
2020年4月13日
3478CH LV9
2019年11月21日
2308478564 LV15
2019年11月18日
1219610676 LV4
2019年9月28日