首页 > Linux操作系统 > Linux操作系统 > web.xml配置详解7
web.xml配置详解: http://space.itpub.net/81227/viewspace-696551
web.xml配置详解2: http://space.itpub.net/81227/viewspace-696552
web.xml配置详解3: http://space.itpub.net/81227/viewspace-696730
web.xml配置详解4: http://space.itpub.net/81227/viewspace-696970
web.xml配置详解5: http://space.itpub.net/81227/viewspace-696971
web.xml配置详解6: http://space.itpub.net/81227/viewspace-697120
23、配置Spring(基本上都是在Struts中配置的)
<!-- 指定spring配置文件位置 -->
<!--加载多个spring配置文件 -->
/WEB-INF/applicationContext.xml, /WEB-INF/action-servlet.xml
<!-- 定义SPRING监听器,加载spring -->
org.springframework.web.context.request.RequestContextListener
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/81227/viewspace-697121/,如需转载,请注明出处,否则将追究法律责任。