Subversion Repositories WebE

Rev

Rev 20 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 31
Line 1... Line 1...
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
2
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
 
3
  xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
-
 
4
  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
-
 
5
  id="WebApp_ID" version="2.5">
3
  <display-name>WebEngineeringProject</display-name>
6
  <display-name>WebEngineeringProject</display-name>
4
 
7
5
 
8
6
    <!-- Start of SiteMesh stuff -->
9
  <!-- Start of SiteMesh stuff -->
7
    <filter>
10
  <filter>
Line 18... Line 21...
18
   
21
19
        <!-- Begin struts 2 -->
22
  <!-- Begin struts 2 -->
20
        <filter>
23
  <filter>
21
                <filter-name>struts2</filter-name>
24
    <filter-name>struts2</filter-name>
22
                <filter-class>
25
    <filter-class>
23
                        org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
26
      org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
-
 
27
    </filter-class>
24
        </filter>
28
  </filter>
25
        <filter-mapping>
29
  <filter-mapping>
26
                <filter-name>struts2</filter-name>
30
    <filter-name>struts2</filter-name>
27
                <url-pattern>/*</url-pattern>
31
    <url-pattern>/*</url-pattern>
28
        </filter-mapping>
32
  </filter-mapping>