无法运行Start.java

时间:2016-10-06 16:18:04

标签: java intellij-idea geoserver

我尝试使用IntelliJ运行Start.java [link](http://docs.geoserver.org/stable/en/developer/quickstart/index.html#id6)。 但码头面临错误。
06 Okt 17:53:18 WARN [webapp.WebInfConfiguration] - Web application not found src/main/webapp 06 Okt 17:53:18 WARN [webapp.WebAppContext] - Failed startup of context o.e.j.w.WebAppContext@1bb5034{/geoserver,null,null}{src/main/webapp} java.io.FileNotFoundException: src/main/webapp at org.eclipse.jetty.webapp.WebInfConfiguration.unpack(WebInfConfiguration.java:493)

我正在使用2.10-beta Geoserver的主分支。 JDK和JRE是1.8 Maven 3.0,IntelliJ Ultimate Edition。并解决所有依赖关系。

2 个答案:

答案 0 :(得分:0)

我认为你的配置在src / main / webapp中定义了一些资源(和xml),但你没有这个文件夹

答案 1 :(得分:0)

正如@iant所说,最好使用maven命令cd geoserver_2.0.x/src/web/app mvn jetty:run .

因为maven完成所有工作。所以我不需要为IntelliJ中的每个部分处理它。