【问题标题】:How to use WebSphere 8.5.5 without Eclipse如何在没有 Eclipse 的情况下使用 WebSphere 8.5.5
【发布时间】:2021-01-10 11:36:02
【问题描述】:

如何在不使用 Eclipse 插件(IBM WebSphere Application Server V8.5x Developer Tools 插件)的情况下使用 WebSphere 8.5.5。

在现代 Eclipse 中它不再工作了,因为(Eclipse 说)某些 Websphere Application Server 特定功能仅在 JRE 6.0、7.0 或 8.0 上受支持。

我想创建新的服务器,启动、停止、调试启动、发布 EAR 文件、检查服务器状态。

我以前在 Eclipse Server 的 View 中使用过许多配置文件,但由于插件兼容性,我无法再管理它们,我想以某种方式重用它们。

非常感谢

【问题讨论】:

  • Java 11 或更高版本需要运行 Eclipse 2020-09 (4.17),但您仍然可以编写和使用 Java 8 及更低版本。
  • 您使用 Preferences 中的“Java > Installed JREs”告诉 Eclipse 您要用于运行程序的 Java,因此您仍然可以使用 Java 6/7/8 来运行 Websphere日食。
  • 是的,我在 Preferences > Java > Installed JREs 中使用 Websphere Java 1.7 但每次我尝试与服务器交互时都会收到 An internal error occurred during: "Starting Server G2". org/omg/CORBA/UserException
  • 你确定这不是因为你错过了IBM WebSphere Application Server V8.5x Developer Tools插件的最后一次更新是在八月底九月初吗?
  • @howlger 我尝试了20.0.0.9.v20200826 的开发者工具版本,但仍然出现错误,我切换回eclipse 2020-06。

标签: java eclipse plugins server websphere


【解决方案1】:

请参阅 IBM 知识中心 https://www.ibm.com/support/knowledgecenter/en/SSEQTP_8.5.5/com.ibm.websphere.base.doc/ae/txml_command.html 中的“使用命令行工具”主题

要创建没有 Eclipse 的新服务器配置文件,请使用 /bin 中的 WebSphere Customization Toolbox (wct)。您也可以使用配置文件管理工具 pmt,但它已被弃用

要启动(正常或调试)服务器,请使用 /bin 中的 startServer 脚本

要停止服务器,请使用 /bin 中的 stopServer 脚本

要发布 EAR(或 WAR)文件,您可以使用基于 Web 的管理控制台或 wsadmin 命令行。 /scriptLibraries/application/V70 中有许多脚本可用于帮助完成此任务,它们的各种功能在知识中心主题 https://www.ibm.com/support/knowledgecenter/en/SSEQTP_8.5.5/com.ibm.websphere.base.doc/ae/rxml_7libapp.html

中进行了描述

要检查服务器状态,请使用 /bin 中的 serverStatus 脚本

【讨论】:

    猜你喜欢
    • 2017-09-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-02-22
    • 1970-01-01
    相关资源
    最近更新 更多