【问题标题】:JBOSS Setting http.proxyHost and http.proxyPort in standalone.xmlJBOSS 在standalone.xml 中设置http.proxyHost 和http.proxyPort
【发布时间】:2018-01-11 05:57:58
【问题描述】:

我正在使用 JBOSS 7.1.1 来运行我的应用程序。 我必须配置代理主机才能访问我的服务器。我尝试在standalone.xml 文件中设置更改

我把它添加为

<system-properties>
    <property name="http.proxyHost" value="My proxy Host here"/>
    <property name="http.proxyPort" value="My proxy Port here"/>
</system-properties>

但是我在我的服务器运行时添加了这个。我仍然无法通过代理连接。这些变化似乎没有反映出来。

是否需要重新启动服务器才能应用更改?

【问题讨论】:

    标签: configuration jboss http-proxy


    【解决方案1】:

    要应用独立 xml 文件中的任何更改,我们需要重新启动服务器。 仅在我重新启动后才应用更改。

    【讨论】:

      猜你喜欢
      • 2017-12-18
      • 1970-01-01
      • 2018-03-17
      • 2015-03-06
      • 2023-03-26
      • 1970-01-01
      • 2023-04-02
      • 1970-01-01
      • 2019-08-18
      相关资源
      最近更新 更多