Introduction
The ZIP archive comes with elementary startup and stop mechanisms. No automatic startup is provided. It supports several Petals ESB Hazelcast Registry nodes with only one installation.
|
Table of contents Contributors
No contributors found for: authors on selected page(s)
|
Starting Petals ESB Hazelcast Registry
To start the Petals ESB Hazelcast Registry node configured in $PETALS_REGISTRY_HOME/conf, go into the directory $PETALS_REGISTRY_HOME/bin and execute the following command from a command-line:
cdeneux@sph-latitude-D630:~/petals-registry/bin/petals-registry.sh -c file://$PETALS_REGISTRY_HOME/conf/member.properties
Change the URL given with the argument -c to launch another Petals ESB Hazelcast Registry node. |
Use the script petals-registry.bat instead of petals-registry.sh for Windows-based system. |
Stopping Petals ESB Hazelcast Registry
To stop a Petals ESB Hazelcast Registry node, just kill it with a Ctrl-C on its console, or use the following command from another shell:
cdeneux@sph-latitude-D630:~/petals-registry/bin/petals-registry.sh -c file://$PETALS_REGISTRY_HOME/conf/member.properties stop
Use the script petals-registry.bat instead of petals-registry.sh for Windows-based system. |