首页 > 其他 > 详细

Software Testing -- HW1

时间:2017-02-26 12:21:55      阅读:187      评论:0      收藏:0      [点我收藏+]

URL:

          cnblogs.com:    https://home.cnblogs.com/u/--CYH--/

 

          github.com :     https://github.com/JohnsonGreen

 

 

Error:

It is a project of analyzing “weibo”.  I built it using spring framework, of course, it is a java web framework. When I compiled the whole project, I found my tomcat server can’t be started up. So I Google it, and found that the problem is the project’s configuration file ( web.xml ) meets some faults. Then I checked out the console, the error output contained a sentence :

IOException parsing XML document from class path resource [springmvc.xml]; “  

So this is the reason which caused the problem. Then I found  “springmvc.xml” should  be added a folder name “spring” in front., this is because I put the file in the “spring” folder. So I have learned a lesson from this that details determine success or failure.

 

Software Testing -- HW1

原文:http://www.cnblogs.com/--CYH--/p/6443963.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!