previous | index | next

Use of jsp-property-group Sub-element

To apply some configuration to all files ending in ".jsp":
<jsp-config>
   <jsp-property-group>
      <url-pattern>*.jsp</url-pattern>
      ...
   </jsp-property-group>
</jsp-config>  
Configuration sub-elements take the place of the "..."

previous | index | next