Eclipse:如何将ear项目部署到Weblogic中的单独托管服务器中(非AdminConsole)
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只要您将服务器连接配置为远程与本地,就支持部署到托管服务器。即使您的“远程”服务器是本地主机,您也可以执行此操作。如果您不确定,您可能需要在服务器视图中创建一个新实例。本地与远程选项在新服务器向导中设置。
定义远程服务器后,双击服务器视图中的实例,您将看到一个打开的编辑器,其中包含各种选项,包括与发布相关的选项。
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.