解决struts 启动过程中出现的 Unable to load configuration错误

 

Unable to load configuration. - bean - jar:file:/F:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/bubiaoQdn/WEB-INF/lib/struts2-core-2.3.24.1.jar!/struts-default.xml:57:72
    at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:69)
    at org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:390)
    at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:436)

 

今天struts项目 启动过程中出现的 Unable to load configuration错误。

后来发现是 WEB-INF/LIB目录下有2份 struts2-core 包,去掉其中一个,问题解决!

记录一下!

上一篇:MVC设计模式


下一篇:eclipse学习(第二章:初识ssh)——15.Struts2的主题和模板(了解就好了)