Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gyrex-dev] default zookeeper port

Hi, in source code of org.eclipse.gyrex.cloud_1.3.0.v20140604-0823.jar
I found that zookeeper default port is hard coded
[
// start factory on default port
factory = createFactory(new InetSocketAddress(2181), 10);
]
Is this correct ? If so how is there any other way to change zookeeper ?

Also I found out thant  gyrex.portOffset  there is no effect on admui ui and default jetty ports.

--
Pagarbiai,
Tomas Tamošaiti

Back to the top