在eclipse中将maven项目构建添加到tomcat

时间:2016-01-03 05:31:08

标签: java eclipse maven tomcat

我曾经通过右键单击服务器将我的maven项目添加到tomcat服务器v7.0 - >添加和删​​除 - >选择我的项目 - >完成。

但是今天我没有在列表中找到我的maven项目。 “可用”部分中只有一个项目。 我怎样才能将我的项目列入清单。

enter image description here

1 个答案:

答案 0 :(得分:2)

我曾多次在IRAD(IBM的Eclipse版本)中看到过这种垃圾。我认为该软件只是简单的错误。确保在其他地方备份代码,例如在代码存储库中,并删除所有项目,包括本地文件。然后再检查一切。此外,tomcat非常适合在其webapps文件夹中获取更改。您可能只想忘记通过eclipse一起部署。您还有一些其他选项可以让您立即查看更改,而无需重新部署。

Hot deploy solutions
1) Use Jrebel - this is expense
2) Expand your war in the webapps folder and send symbolic links back to     your target folders containing your class, and to you jsp, javascript directories
3) Expand your war in the webapps folder and use filesync plug in (its been hard to find on the web for a while) to copy your changes to the expanded area

其他方式只是发送你的战争/耳朵,而不是热部署

1) Change your maven code to copy the ear/war to the tomcat directory for you every time you run maven install

完全集成的IDE到网络服务器似乎很奇怪,据我所知,它们从未完全解决过。