home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-tomcat-addon-1.4.9-installer.exe / config.jsp < prev    next >
Encoding:
Text File  |  2004-08-28  |  1.4 KB  |  32 lines

  1. <!--
  2.   Copyright 2004 The Apache Software Foundation
  3.  
  4.   Licensed under the Apache License, Version 2.0 (the "License");
  5.   you may not use this file except in compliance with the License.
  6.   You may obtain a copy of the License at
  7.  
  8.       http://www.apache.org/licenses/LICENSE-2.0
  9.  
  10.   Unless required by applicable law or agreed to in writing, software
  11.   distributed under the License is distributed on an "AS IS" BASIS,
  12.   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13.   See the License for the specific language governing permissions and
  14.   limitations under the License.
  15. -->
  16. <%@ taglib prefix="my" uri="http://jakarta.apache.org/tomcat/jsp2-example-taglib"%>
  17.     <h1>JSP 2.0 Examples - JSP Configuration</h1>
  18.     <hr>
  19.     <p>Using a <jsp-property-group> element in the web.xml 
  20.     deployment descriptor, this JSP page has been configured in the
  21.     following ways:</p>
  22.     <ul>
  23.       <li>Uses <include-prelude> to include the top banner.</li>
  24.       <li>Uses <include-coda> to include the bottom banner.</li>
  25.       <li>Uses <scripting-invalid> true to disable 
  26.       <% scripting %> elements</li>
  27.       <li>Uses <el-ignored> true to disable ${EL} elements</li>
  28.       <li>Uses <page-encoding> ISO-8859-1 to set the page encoding (though this is the default anyway)</li>
  29.     </ul>
  30.     There are various other configuration options that can be used.
  31.  
  32.