作者:邓世璇_664_425 | 来源:互联网 | 2023-09-23 16:00
在运行示例struts程序时需要帮助,它会抛出“请求的资源不可用”错误.
我正在使用struts-2.3.24.1和Tomcat 8.
web.xml中:
SampleStruts
login.jsp
struts2
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
struts2
/*
在struts.xml
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">
/welcome.jsp
/failed.jsp
请让我知道如何解决这个问题.
解决方法:
不一致的库依赖项在依赖项管理中最常见的错误.您在项目依赖项中没有重要的库.
commons-lang3-3.1.jar需要解决错误.
了解如何Create Struts application using Maven.