问题课堂问题
Unable to load configuration. - action - file:/E:/apache-tomcat-7.0.63-windows-x86/apache-tomcat-7.0.63/webapps/hellowordstruts2/WEB-INF/classes/struts.xml:9:64
老师啊,我完全照着你的视频一步一步做的,可是我的出现了这个错误,搞了很久也没发现哪里不对啊
Unable to load configuration. - action - file:/E:/apache-tomcat-7.0.63-windows-x86/apache-tomcat-7.0.63/webapps/hellowordstruts2/WEB-INF/classes/struts.xml:9:64
老师啊,我完全照着你的视频一步一步做的,可是我的出现了这个错误,搞了很久也没发现哪里不对啊
2015-09-18
还有我的struts。xml是这样配置的
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
"http://struts.apache.org/dtds/struts-2.3.dtd">
<struts>
<package name="default" namespace="/" extends="struts-default">
<action name="helloworld" class="com.ioomc.struts.HelloWorld">
<result>/result.jsp</result>
</action>
</package>
</struts>
举报