使用 Eclipse 在 Tomcat 服务器外部的展开目录中部署 Java Web 应用程序

发布于 2024-09-17 08:19:25 字数 397 浏览 6 评论 0原文

我一直使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不即不离 2024-09-24 08:19:25

您可以安装一些非常简洁的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文