out.write("<hr>\r\n<center>\r\nThis banner included with <include-prelude>\r\n</center>\r\n<hr>\r\n");
out.write("<!--\r\n Copyright 2004 The Apache Software Foundation\r\n\r\n Licensed under the Apache License, Version 2.0 (the \"License\");\r\n you may not use this file except in compliance with the License.\r\n You may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n Unless required by applicable law or agreed to in writing, software\r\n distributed under the License is distributed on an \"AS IS\" BASIS,\r\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n See the License for the specific language governing permissions and\r\n limitations under the License.\r\n-->\r\n\r\n <h1>JSP 2.0 Examples - JSP Configuration</h1>\r\n <hr>\r\n <p>Using a <jsp-property-group> element in the web.xml \r\n deployment descriptor, this JSP page has been configured in the\r\n following ways:</p>\r\n <ul>\r\n <li>Uses <include-prelude> to include the top banner.</li>\r\n <li>Uses <include-coda> to include the bottom banner.</li>\r\n <li>Uses <scripting-invalid> true to disable \r\n");
out.write(" elements</li>\r\n <li>Uses <page-encoding> ISO-8859-1 to set the page encoding (though this is the default anyway)</li>\r\n </ul>\r\n There are various other configuration options that can be used.\r\n\r\n");
out.write("<hr>\r\n<center>\r\nThis banner included with <include-coda>\r\n</center>\r\n<hr>\r\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)) {
if (_jspx_out != null && _jspx_out.getBufferSize() != 0) {