Spring常用的web.xml文件配置

2014-11-24 07:14:32 · 作者: · 浏览: 0

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_2_5.xsd">

Dispatcher
org.springframework.web.servlet.DispatcherServlet

contextConfigLocation
/WEB-INF/classes/applicationContext.xml



encodingFilter
com.cb.filter.Filter1

encoding
UTF-8



encodingFilter
/*


Dispatcher
*.do


index. jsp