![]() |
![]() |
||||
At line 61 changed 1 line. |
\\ <!-- The <jsp-config> parent tag is also optional (taglib can be specified at the top level). --> |
\\ <!-- The <taglib> did not need to be a child of <jsp-config> in earlier versions but is required as of Tomcat 7 --> |
\\ <!-- Note that you can only have one <jsp-config> element per web.xml --> |
At line 74 added 13 lines. |
\\ <!-- JSP Configuration --> |
\\ <!-- ========================================================== --> |
\\ |
\\ <[jsp-config|web.xml.JspConfig]> |
\\ <[jsp-property-group|web.xml.JspPropertyGroup]> |
\\ <[url-pattern|web.xml.URLPattern]>*.jsp</[url-pattern|web.xml.URLPattern]> |
\\ <[include-prelude|web.xml.IncludePrelude]>/WEB-INF/jspf/prelude1.jspf</[include-prelude|web.xml.IncludePrelude]> |
\\ <[include-coda|web.xml.IncludeCoda]>/WEB-INF/jspf/coda1.jspf</[include-coda|web.xml.IncludeCoda]> |
\\ </[jsp-property-group|web.xml.JspPropertyGroup]> |
\\ </[jsp-config|web.xml.JspConfig]> |
\\ |
\\ |
\\ <!-- ========================================================== --> |
At line 350 added 13 lines. |
\\ <!-- Locale --> |
\\ <!-- ========================================================== --> |
\\ |
\\ <!-- Set Locale Encoding --> |
\\ <locale-encoding-mapping-list> |
\\ <locale-encoding-mapping> |
\\ <locale>ja</locale> |
\\ <encoding>Shift_JIS</encoding> |
\\ </locale-encoding-mapping> |
\\ </locale-encoding-mapping-list> |
\\ |
\\ |
\\ <!-- ========================================================== --> |
At line 389 added 2 lines. |
*[Java Servlet 3.0 Specification|http://jcp.org/aboutJava/communityprocess/final/jsr315/index.html] |
*[JSP 2.1 Specification|http://jsp.java.net/spec/jsp-2_1-fr-spec.pdf] |