如何更改Apache Ignite的码头端口

时间:2019-02-20 16:19:53

标签: jetty ignite

我已经有一个无法在端口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

谢谢

1 个答案:

答案 0 :(得分:0)

使用二进制分布

ignite.sh -v -J-DIGNITE_JETTY_PORT=<port> config/config.xml

使用Maven

$JAVA_HOME/bin/java DIGNITE_JETTY_PORT=<port> -jar ignite-app-0.0.1-SNAPSHOT.jar

有关更多详细信息,请参见this链接