码迷,mamicode.com
首页 > 移动开发 > 详细

Intellij Idea中的Jetty报出Web application not found src/main/webapp错误的解决方案

时间:2016-02-16 13:14:44      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:

今天在Intellij Idea中编译项目的时候,运行起来一直会报出如下的错误:

Web application not found src/main/webapp

当时感觉应该是什么文件缺少了。所以就直接把这个报错内容放到google上搜索了一下,然后在stackoverflow中按照如下的文章设置,果真跑起来了:

http://stackoverflow.com/questions/22542968/intellij-idea-multi-project-wicket-app-does-not-find-webapp

记录一下,具体解决方式如下:

Go to "Run/Debug Configuration" and set "Working directory" to $MODULE_DIR$

  

Intellij Idea中的Jetty报出Web application not found src/main/webapp错误的解决方案

标签:

原文地址:http://www.cnblogs.com/scy251147/p/5192318.html

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