Eclipse:如何将ear项目部署到Weblogic中的单独托管服务器中(非AdminConsole)

发布于 2024-10-15 10:42:03 字数 207 浏览 3 评论 0原文

我正在使用 Eclipse 进行 J2EE 项目开发。目标应用程序服务器是Weblogic10R3。 我通过 Run As.. Eclipse 功能成功地将我的ear项目部署到weblogic。 默认情况下,它部署到 AdminConsole 服务器。由于项目特定问题,我必须部署到单独的托管服务器(而不是管理控制台)中。

我可以覆盖部署行为吗?我在服务器插件中没有找到所需的设置。

I'm using Eclipse for J2EE project development. Target app server is Weblogic10R3.
I was successfully deployed my ear project to weblogic via Run As.. Eclipse feature.
By default it deploys to AdminConsole server. Because of project specific issues I have to deploy into separate managed server (not Admin Console).

Am I able to override deploy behavior? I didn't find required settings inside server plugin.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

风铃鹿 2024-10-22 10:42:03

只要您将服务器连接配置为远程与本地,就支持部署到托管服务器。即使您的“远程”服务器是本地主机,您也可以执行此操作。如果您不确定,您可能需要在服务器视图中创建一个新实例。本地与远程选项在新服务器向导中设置。

定义远程服务器后,双击服务器视图中的实例,您将看到一个打开的编辑器,其中包含各种选项,包括与发布相关的选项。

Deploying to a managed server is supported as long as you have configured the server connection as remote vs local. You can do this even if your "remote" server is localhost. If you aren't sure, you probably need to create a new instance in the Servers View. The local vs. remote option is set in the new server wizard.

Once you have a remote server defined, double-click on the instance in the Servers View and you will see an editor open with various options, including those related to publishing.

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