1.web.xml配置 ```xml
OpenSessionInViewFilter org.springframework.orm.hibernate4.support.OpenSessionInViewFilter OpenSessionInViewFilter *.action struts2 *.jsp struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2 *.action contextConfigLocation classpath:spring.xml org.springframework.web.context.ContextLoaderListener ``` 2.导入所需要的jar包 ```java Struts 2: 1.commons-fileupload.jar(commons项目中的关于文件上传的包, struts2.1.6版本后必须加入此文件)
OpenSessionInViewFilter
org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
OpenSessionInViewFilter
*.action
struts2
*.jsp
struts2
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
struts2
*.action
contextConfigLocation
classpath:spring.xml
org.springframework.web.context.ContextLoaderListener