| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 
- <web-app xmlns="http://java.sun.com/xml/ns/javaee"
 
-          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
-          xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
 
- 		  http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
 
-          version="3.0">
 
-     <listener>
 
-         <listener-class>
 
-             com.yihu.ehr.common.ApplicationStart
 
-         </listener-class>
 
-     </listener>
 
-     <!--servlet设
 
-     <servlet>
 
-         <servlet-name>dispatcher</servlet-name>
 
-         <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
 
-         <load-on-startup>1</load-on-startup>
 
-     </servlet>
 
-     <servlet-mapping>
 
-         <servlet-name>dispatcher</servlet-name>
 
-         <url-pattern>/</url-pattern>
 
-     </servlet-mapping>-->
 
-     <!--过滤器
 
-     <filter>
 
-         <filter-name>characterEncodingFilter</filter-name>
 
-         <filter-class>
 
-             org.springframework.web.filter.CharacterEncodingFilter
 
-         </filter-class>
 
-         <init-param>
 
-             <param-name>encoding</param-name>
 
-             <param-value>UTF-8</param-value>
 
-         </init-param>
 
-         <init-param>
 
-             <param-name>forceEncoding</param-name>
 
-             <param-value>true</param-value>
 
-         </init-param>
 
-     </filter>
 
-     <filter-mapping>
 
-         <filter-name>characterEncodingFilter</filter-name>
 
-         <url-pattern>/*</url-pattern>
 
-     </filter-mapping>
 
-     -->
 
-     <!--Spring
 
-     <listener>
 
-         <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
 
-     </listener>
 
-     <context-param>
 
-         <param-name>contextConfigLocation</param-name>
 
-         <param-value>classpath:spring/applicationContext.xml</param-value>
 
-     </context-param>
 
-     -->
 
- </web-app>
 
 
  |