使用 Eclipse 在 Tomcat 服务器外部的展开目录中部署 Java Web 应用程序
我一直使用 IntelliJ IDE(版本 5.1)和 Tomcat 服务器(版本 5.5)来构建我的 Java Web 应用程序。我现在正在尝试将我的项目迁移到 Eclipse IDE。
当我从 IntelliJ IDE 运行 Web 应用程序时,它会在我的 Web 应用程序项目文件夹中创建一个exploded 目录,然后启动服务器并运行 Web 应用程序。 (即没有 WAR 文件,也没有复制到 tomcat\webapps 文件夹)。
但在 Eclipse IDE 中,它通常将 Web 应用程序部署在 Tomcat 的 webapps 文件夹中。
有没有办法从 Eclipse IDE 将 Web 应用程序部署到 Tomcat 服务器外部的分解目录?
I have been using IntelliJ IDE (version 5.1) with Tomcat server (version 5.5) to build my Java web applications. I'm now trying to migrate my project to Eclipse IDE.
When I run my web application from IntelliJ IDE, it creates a exploded directory inside my web application project folder and then starts the server and runs the web app. (i.e. no WAR files and no copy to tomcat\webapps folder).
But in Eclipse IDE, it usually deploys the web app inside Tomcat's webapps folder.
Is there any way to deploy web applications to a exploded directory outside the Tomcat server, from Eclipse IDE?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以安装一些非常简洁的 Eclipse 插件来实现这一点。
查看 插件、教程 和 来自 Sysdeo。
Sysdeo 是 Apache 和 IBM 都推荐的一种。
实际上有很多来自不同供应商的此类插件。
诀窍是找到最适合您需求的一种。
希望这有帮助。
There is pretty neat Eclipse plug-ins you can install that will allow you to do that.
Have a look at Plug-in, tutorial and from Sysdeo.
Sysdeo is the one that both Apache and IBM suggests.
There are actually quite a bunch of these plug-ins from different vendors.
The trick is to find the one that best suits your needs.
Hope this helps.