【发布时间】:2019-02-20 16:19:53
【问题描述】:
我已经在端口 8080 上运行了一个服务器,但我无法禁用它,如何将码头端口从 8080 更改为其他端口?
我已经提到了How to set custom REST port for apache ignite when ignite is started as a service in Opendaylight apache karaf?,但它对我不起作用。
我正在运行 2.7 版本的 Apache Ignite
谢谢
【问题讨论】:
-
您是否尝试指定
-DIGNITE_JETTY_PORT=XXXXJVM-options? -
工作谢谢!