1.struts2的整合
a. 主要使用JAR包
commons-io.jar
commons-fileupload-1.2.1.jar
commons-logging-1.0.4.jar
freemarker-2.3.15.jar
ognl-2.7.3.jar
struts2-core-2.1.8.1.jar
xwork-core-2.1.6.jar
b. 配置文件
web.xml
struts.xml
c. 出现问题:
由于web.xml中对config进行了配置需要对默认的配置文件进行添加
在修改默认的拦截栈时需要在新建的拦截栈中添加默认的一些拦截器如