【问题标题】:Start websphere application server启动 websphere 应用服务器
【发布时间】:2014-07-19 20:05:31
【问题描述】:

我是 websphere 8.5 的新手,我已经安装了它, 我想进入控制台页面localhost:9060/ibm/console

但我不确定如何启动应用程序服务器以访问控制台

【问题讨论】:

    标签: websphere websphere-8


    【解决方案1】:

    转到 WebSphere\AppServer\profiles\YourProfileName\bin 文件夹并运行

     startServer.bat/.sh server1
    

    如果您在安装/配置文件创建期间使用默认值,YourProfileName 将为 AppSrv1,服务器名称将为 server1。

    您可以查看服务器名称运行命令:

    serverStatus.bat/.sh -all
    

    验证服务器是否启动检查文件:

     WebSphere\AppServer\profiles\YourProfileName\logs\server1\SystemOut.log
    

    寻找服务器打开电子商务消息。

    【讨论】:

      【解决方案2】:

      关注:

      1. 请启动节点代理转到 WebSphere\AppServer\profiles\YourProfileName\bin 然后使用命令

        ./startNode.sh

      2. 那么只有你能够启动服务器去 WebSphere\AppServer\profiles\YourProfileName\bin 并输入

        ./startServer.sh “服务器名”

      注意:如果您的nodeagentdmgr 已启动,那么您将通过控制台停止并启动您的服务器

      【讨论】:

        【解决方案3】:

        与其他人在启动服务器方面所说的差不多,但您可能需要先检查您的端口设置以验证 9060 是您正在寻找的正确端口:

        ${PROFILE_HOME}/config/cells/${CELL}/nodes/${NODE}/servers/${SERVER}/server.xml
        

        如果你在本地安装在 Windows 机器上,C-Drive, 通常是 C:/IBM/WebSphere/wp_profile(或 C:/IBM/WebSphere/Profiles/wp_profile),后跟上面的路径。

        请不要投我的票,上面的人提供主要指导。

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 2012-05-06
          • 1970-01-01
          相关资源
          最近更新 更多