spring3+hibernate4整合--3

 七、通用web.xml文件

         1、log4j  配置

          配置webAppRootKey,在别处可以调用此别名。log4jConfigLocation,配置log4j.properties文件的位置。log4jRefreshInterval扫描配置文件的时间。org.springframework.web.util.Log4jConfigListener。spring中log4j的监听类。

         2、设置servlet编码

         使用org.springframework.web.filter.CharacterEncodingFilter过滤器。

         3、设置BackURL

         4、Spring配置文件

         5、配置servlet

         servlet-class使用org.springframework.web.servlet.DispatcherServlet类,加载spring-servlet.xml文件。

         6、默认欢迎页面

你可能感兴趣的:(java,Hibernate,职场,休闲,pring)