问答详情
源自:2-2 Struts2 案例代码实现

启动Tomcat时出错

Caused by: Unable to load configuration. - file:/D:/eclipseFor/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/Struts2HelloWorld/WEB-INF/classes/struts.xml:1:39
	at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:70)
	at org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:445)
	at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:489)
	... 15 more


提问者:紫陌_0001 2016-02-16 21:48

个回答

  • 别着急
    2017-04-04 15:59:35

    我的也是报类似的错误。。。。你解决了没有啊

  • lxiafan
    2016-02-16 23:30:55

    struts.xml写错了,在第一行。。。一般是这样的<?xml version="1.0" encoding="UTF-8" ?>