【问题标题】:Unable to access application on Websphere 8.5.5.1 from remote machine无法从远程机器访问 Websphere 8.5.5.1 上的应用程序
【发布时间】:2014-08-21 17:03:19
【问题描述】:

我已经在 Linux 机器上安装了 Websphere 8.5.5.1。以下是详细信息:

product = WebSphere Application Server 8.5.5.1
wlp.install.dir = /opt/IBM/WebSphere/Liberty/
java.home = /root/Downloads/jre1.6.0_45
java.version = 1.6.0_45
java.runtime = Java(TM) SE Runtime Environment (1.6.0_45-b06)
os = Linux (2.6.32-431.23.3.el6.x86_64; amd64) (en_US)

我可以通过安装服务器的机器上的 url http://hostIP:9080/context 访问我在服务器上的应用程序。但是,我是 not able to access 来自其他机器的相同 url。以下是 server.cml 文件中的条目:

<httpEndpoint host="*" httpPort="9080" httpsPort="9443" id="defaultHttpEndpoint">       
    <tcpOptions soReuseAddr="true"/>
</httpEndpoint>

感谢任何帮助。提前致谢。

【问题讨论】:

  • 您可能有一些防火墙阻止访问。
  • 它成功了。谢谢。

标签: websphere websphere-8


【解决方案1】:

应该有防火墙或一些网络问题。如果在本地工作,它应该在远程服务器上工作。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-06-19
    • 1970-01-01
    • 2015-02-04
    • 2019-06-11
    • 2019-02-02
    • 1970-01-01
    • 1970-01-01
    • 2023-03-16
    相关资源
    最近更新 更多