![]() |
![]() |
||||
This sub-element of <jsp-config> defines a collection of properties that apply to one or more JSP pages.
Note that on Tomcat, only 1 <url-pattern> tag is permitted per <jsp-property-group>. If more than 1 is provided, only the final one will be used.
Multiple <jsp-property-group> tags may be included in sequence, to define separate sets of JSP files.
<jsp-property-group> <url-pattern>*.jsp</url-pattern> <include-prelude>/WEB-INF/jspf/header.jspf</include-prelude> <include-coda>/WEB-INF/jspf/footer.jspf</include-coda> </jsp-property-group>