码迷,mamicode.com
首页 > 其他好文 > 详细

SSH框架学习摸索记

时间:2018-04-06 12:30:51      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:ssh框架   doc   目的   文件   cat   bean   问题   body   tom   

Unable to load configuration. - bean - jar:file:/E:/tomcat-7.0.11/webapps/struts/WEB-INF/lib/struts 问题解决:

file:/E:/tomcat-7.0.11/webapps/struts/WEB-INF/lib/struts2-core-2.2.3.jar按照这路径找到struts2-core-2.2.3.jar文件,
在这路径中存在相同类型的jar包(版本不一样),删除不适合当前项目的一个,一般是删除旧版本的!

Document root element "struts",must match DOCTYPE root "null"

上述错误出现的原因是因为在编写配置文件struts.xml的时候,在xml中没有添加如下声明造成的:

<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD STRUTS Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">

 

SSH框架学习摸索记

标签:ssh框架   doc   目的   文件   cat   bean   问题   body   tom   

原文地址:https://www.cnblogs.com/zhangjiabei/p/8726887.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!