Starting and stopping Petals ESB installed from the ZIP archive

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.

In this chapter, we consider that the Petals ESB ZIP archive was extracted in the directory $PETALS_HOME.
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.
Use the JAVA_OPTS environment variable to add more JVM options. They will take precedence over those specified in $PETALS_HOME/conf/env.sh but both will nevertheless be used.

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.
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.