Skip to content

Releases: izerui/zookeeper-explorer

zookeeper-explorer

11 Apr 10:21

Choose a tag to compare

  1. java -jar zookeeper-explorer-1.0.2-RELEASE-exec.jar --server.port=8099 --server.context-path=/zookeeper-explorer --zookeeper.connectionString=127.0.0.1:2181
  2. http://localhost:8099/zookeeper-explorer

[users]
administrator: root/root1234
guest: guest/guest1234

zookeeper-explorer

07 Apr 02:01

Choose a tag to compare

  1. java -jar zookeeper-explorer-1.0.1-RELEASE-exec.jar --server.port=8099 --server.context-path=/zookeeper-explorer --zookeeper.connectionString=localhost:2181
  2. http://localhost:8099/zookeeper-explorer

[users]
administrator: root/root1234
guest: guest/guest1234

zookeeper-explorer

06 Apr 10:28

Choose a tag to compare

zookeeper-explorer Pre-release
Pre-release
  1. update zookeeper.connectionString in file (application.properties)
  2. java -jar zookeeper-explorer-1.0.0-RELEASE-exec.jar
  3. website: http://localhost:8099/zookeeper-explorer
  4. ticket: root/root1234
  5. complete!