Edit C:\apache-tomcat-7.0.69\work\Catalina\localhost\_\org\apache\jsp\WEB_002dINF\web_xml.java
/* * Generated by the Jasper component of Apache Tomcat * Version: Apache Tomcat/7.0.69 * Generated at: 2021-03-24 04:00:31 UTC * Note: The last modified time of this file was set to * the last modified time of the source file after * generation to assist with modification tracking. */ package org.apache.jsp.WEB_002dINF; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; public final class web_xml extends org.apache.jasper.runtime.HttpJspBase implements org.apache.jasper.runtime.JspSourceDependent { private static final javax.servlet.jsp.JspFactory _jspxFactory = javax.servlet.jsp.JspFactory.getDefaultFactory(); private static java.util.Map<java.lang.String,java.lang.Long> _jspx_dependants; private volatile javax.el.ExpressionFactory _el_expressionfactory; private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; public java.util.Map<java.lang.String,java.lang.Long> getDependants() { return _jspx_dependants; } public javax.el.ExpressionFactory _jsp_getExpressionFactory() { if (_el_expressionfactory == null) { synchronized (this) { if (_el_expressionfactory == null) { _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); } } } return _el_expressionfactory; } public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { if (_jsp_instancemanager == null) { synchronized (this) { if (_jsp_instancemanager == null) { _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); } } } return _jsp_instancemanager; } public void _jspInit() { } public void _jspDestroy() { } public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException { final javax.servlet.jsp.PageContext pageContext; javax.servlet.http.HttpSession session = null; final javax.servlet.ServletContext application; final javax.servlet.ServletConfig config; javax.servlet.jsp.JspWriter out = null; final java.lang.Object page = this; javax.servlet.jsp.JspWriter _jspx_out = null; javax.servlet.jsp.PageContext _jspx_page_context = null; try { response.setContentType("text/html"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\r\n"); out.write("<!--\r\n"); out.write(" Licensed to the Apache Software Foundation (ASF) under one or more\r\n"); out.write(" contributor license agreements. See the NOTICE file distributed with\r\n"); out.write(" this work for additional information regarding copyright ownership.\r\n"); out.write(" The ASF licenses this file to You under the Apache License, Version 2.0\r\n"); out.write(" (the \"License\"); you may not use this file except in compliance with\r\n"); out.write(" the License. You may obtain a copy of the License at\r\n"); out.write("\r\n"); out.write(" http://www.apache.org/licenses/LICENSE-2.0\r\n"); out.write("\r\n"); out.write(" Unless required by applicable law or agreed to in writing, software\r\n"); out.write(" distributed under the License is distributed on an \"AS IS\" BASIS,\r\n"); out.write(" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n"); out.write(" See the License for the specific language governing permissions and\r\n"); out.write(" limitations under the License.\r\n"); out.write("-->\r\n"); out.write("\r\n"); out.write("<web-app xmlns=\"http://java.sun.com/xml/ns/javaee\"\r\n"); out.write(" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\r\n"); out.write(" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee\r\n"); out.write(" http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd\"\r\n"); out.write(" version=\"3.0\"\r\n"); out.write(" metadata-complete=\"true\">\r\n"); out.write("\r\n"); out.write(" <display-name>Welcome to Tomcat</display-name>\r\n"); out.write(" <description>\r\n"); out.write(" Welcome to Tomcat\r\n"); out.write(" </description>\r\n"); out.write("\r\n"); out.write("</web-app>\r\n"); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)){ out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { if (response.isCommitted()) { out.flush(); } else { out.clearBuffer(); } } catch (java.io.IOException e) {} if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de