Intellij Idea中的Jetty报出Web application not found src/main/webapp错误的解决方案
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Intellij Idea中的Jetty报出Web application not found src/main/webapp错误的解决方案相关的知识,希望对你有一定的参考价值。
今天在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错误的解决方案的主要内容,如果未能解决你的问题,请参考以下文章
IntelliJ IDEA使用:tomcat和jetty配置
IntelliJ idea 无法识别web项目,导致项目启动失败