Struts2.3.24项目配置所需最少依赖jar包

1、Web Project项目结构

Struts2.3.24项目配置所需最少依赖jar包_第1张图片

2、web.xml的内容




	Struts Blank

	
		struts2
		org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
	

	
		struts2
		/*
	

	
		index.html
	

3、struts.xml内容






4、常见错误的解决

                 (1)、右键add to build path添加缺少的jar包到classpath,比如常见的缺少javassist-3.X.X.GA.jar包

                 (2)、要是右键add to build path还是不行,可以将对应的jar包放到tomcat的lib目录去试一下


你可能感兴趣的:(javaweb)