correct the example URLs since the example webapp has been modified
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 22 Feb 2008 20:41:06 +0000 (20:41 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 22 Feb 2008 20:41:06 +0000 (20:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@630314 13f79535-47bb-0310-9956-ffa450edef68

webapps/examples/WEB-INF/web.xml

index b93b5e0..0f3b933 100644 (file)
                Special property group for JSP Configuration JSP example.
            </description>
            <display-name>JSPConfiguration</display-name>
-           <url-pattern>/jsp2/misc/config.jsp</url-pattern>
+           <url-pattern>/jsp/jsp2/misc/config.jsp</url-pattern>
            <el-ignored>true</el-ignored>
            <page-encoding>ISO-8859-1</page-encoding>
            <scripting-invalid>true</scripting-invalid>
-           <include-prelude>/jsp2/misc/prelude.jspf</include-prelude>
-           <include-coda>/jsp2/misc/coda.jspf</include-coda>
+           <include-prelude>/jsp/jsp2/misc/prelude.jspf</include-prelude>
+           <include-coda>/jsp/jsp2/misc/coda.jspf</include-coda>
        </jsp-property-group>
     </jsp-config>