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

Software Testing -- HW1

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

标签:reason   java web   web.xml   file   except   less   ora   check   res   

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

标签:reason   java web   web.xml   file   except   less   ora   check   res   

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

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