Introduction
The ZIP archive comes with elementary startup and stop mechanisms. No automatic startup is provided. It does not support several container with only one installation. If you need these features, see "Installing Petals ESB using the Debian packages" or write yours.
|
Table of contents Contributors
No contributors found for: authors on selected page(s)
|
Starting Petals ESB
To start the Petals ESB container configured in $PETALS_HOME/conf, go into the directory $PETALS_HOME/bin and execute the following command from a command-line:
cdeneux@sph-latitude-D630:~/petals-esb/bin/petals-esb.sh
Use the script petals-esb.bat instead of petals-esb.sh for Windows-based system. |
Stopping Petals ESB
To stop a Petals ESB container, just kill it with a Ctrl-C on its console, or use the following command from another shell:
cdeneux@sph-latitude-D630:~/petals-esb/bin/petals-esb.sh stop
Use the script petals-esb.bat instead of petals-esb.sh for Windows-based system. |