Exhibitor: Difference between revisions
Jump to navigation
Jump to search
(Created page with " https://github.com/Netflix/curator/wiki/Exhibitor-Integration http://curator.apache.org/exhibitor.html") |
No edit summary |
||
| Line 3: | Line 3: | ||
https://github.com/Netflix/curator/wiki/Exhibitor-Integration |
https://github.com/Netflix/curator/wiki/Exhibitor-Integration |
||
http://curator.apache.org/exhibitor.html |
http://curator.apache.org/exhibitor.html |
||
<pre> |
|||
mkdir exhibitor |
|||
cd exhibitor |
|||
wget https://raw.github.com/Netflix/exhibitor/master/exhibitor-standalone/src/main/resources/buildscripts/standalone/maven/pom.xml |
|||
mvn clean package |
|||
java -jar target/exhibitor-1.5.5.jar --help |
|||
java -jar target/exhibitor-1.5.5.jar --configtype=zookeeper --zkconfigconnect zookeeper-1:2181,zookeeper-2:2181,zookeeper-3:2181 --zkconfigzpath / |
|||
</pre> |
|||
Browse http://zookeeper-1:8080/exhibitor/v1/ui/index.html |
|||
Latest revision as of 19:57, 16 March 2016
https://github.com/Netflix/curator/wiki/Exhibitor-Integration
http://curator.apache.org/exhibitor.html
mkdir exhibitor cd exhibitor wget https://raw.github.com/Netflix/exhibitor/master/exhibitor-standalone/src/main/resources/buildscripts/standalone/maven/pom.xml mvn clean package java -jar target/exhibitor-1.5.5.jar --help java -jar target/exhibitor-1.5.5.jar --configtype=zookeeper --zkconfigconnect zookeeper-1:2181,zookeeper-2:2181,zookeeper-3:2181 --zkconfigzpath /