blob: 7e573802d1d47c7bd20e82fdd11d66ccf38da678 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<display-name>testPreludeAndCodas</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
<jsp-config>
<jsp-property-group>
<url-pattern>/prelude-user/*.jsp</url-pattern>
<include-prelude>/common/prelude0.jspf</include-prelude>
<include-prelude>/common/prelude1.jspf</include-prelude>
</jsp-property-group>
<jsp-property-group>
<url-pattern>/coda-user/*.jsp</url-pattern>
<include-coda>/common/coda0.jspf</include-coda>
<include-coda>/common/coda1.jspf</include-coda>
</jsp-property-group>
<jsp-property-group>
<url-pattern>/both/*.jsp</url-pattern>
<include-prelude>/common/prelude0.jspf</include-prelude>
<include-coda>/common/coda0.jspf</include-coda>
</jsp-property-group>
<jsp-property-group>
<description>JSP configuration of all the JSP's </description>
<url-pattern>*.jsp</url-pattern>
<include-prelude>/testFragment.jspf</include-prelude>
</jsp-property-group>
</jsp-config>
</web-app>