spring整合struts,的配置

新建web工程ssd

(1) copyspring+struts +( spring+struts-pluings整合的jar,需要整合的时候才能有,不整合不能有)

(2)在web.xml中根据struts.xml,和applicationContext.xml的存放位置的不同,配置方式有两种:

第一种:a. struts.xml在src根目录下, applicationContext.xml,在web-INF根目录下面.如图


spring整合struts,的配置_第1张图片
进行如下配置
spring整合struts,的配置_第2张图片
第二种方式: struts.xml,和applicationContext.xml在同一个文件夹下面.


spring整合struts,的配置_第3张图片
进行下面的配置:


spring整合struts,的配置_第4张图片
注意事项:(1)config的名字不能改变,否则会找不到路径;若改了大小写.空框架可以运行,但是会在后来的运行中报错


如果只是这样配置的话回报找不到default这个路径,会报错,三个文件都要配置上.

你可能感兴趣的:(spring整合struts,的配置)