IntelliJ + Jettt Server + Maven 开发
http://download.eclipse.org/jetty/stable-9/dist/
选择第一步下载的jetty,设置如下
我这里设置了两个jetty目录,这是因为一个目录代表一个端口。如果你有多个Web项目要同时启动,那么就多设置几个目录吧。
每个目录的 start.d/http.ini 文件里的 jetty.port 代表了端口。
按以下方式 分别 进行设置,尤其注意 画红圈的地方 。
http://federicoponte.wordpress.com/2014/03/06/setting-up-jetty-with-intellij-idea/