Starting Petals ESB
Petals ESB offers various startup modes :
- Non-interactive command line
- Interactive command line
- Daemon command line (available only under Unix based systems)
| Note In order to be able to start Petals ESB, under Linux or Windows, you must have defined a valid JAVA_HOME environment variable. |
Linux / MacOS X
Non-interactive command line startup
- Go to $PETALS_HOME/bin
- Execute the following command :
- Done
Interactive command line startup
- Go to $PETALS_HOME/bin
- Execute the following command :
- Done
Daemon startup
- Go to $PETALS_HOME/bin
- Execute the following command :
- Done
Windows
Non-interactive command line startup
- Go to %PETALS_HOME%\bin
- Execute the following command :
- Done
Interactive command line startup
- Go to %PETALS_HOME%\bin
- Execute the following command :
- Done
Stopping Petals ESB
There are two ways of stopping Petals ESB. :
- the "stop procedure" stops Petals ESB without uninstalling anything
- the "shutdown procedure" uninstall everything and cleans up Petals ESB
In most case, you should prefer using the "stop procedure".
Using the "Stop Procedure"
The "Stop Procedure" stops Petals ESB without uninstalling any component, shared library or service assembly.
Linux / MacOS X
Stop a Petals ESB instance launched in non-interactive, command line or daemon mode
- Go to $PETALS_HOME/bin
- Execute the following command :
- Done
Stop a Petals ESB instance launched in non-interactive or interactive mode
- In the Petals ESB console, type ctrl + c.
- Done
Stop a Petals ESB instance launched in interactive mode
- In the Petals ESB console, type 'q'
- Done
Windows
Stop a Petals ESB instance launched in non-interactive, command line or daemon mode
- Go to $PETALS_HOME/bin
- Execute the following command :
- Done
Stop a Petals ESB instance launched in non-interactive or interactive mode
- In the Petals ESB console, type ctrl + c.
- Done
Stop a Petals ESB instance launched in interactive mode
- In the Petals ESB console, type 'q'
- Done
| Note As we've seen, some Petals ESB modes supports various "Stop Procedures". |
Using the "Shutdown Procedure"
The "Shutdown Procedure" shut Petals ESB down and uninstall every component, shared library or service assembly that has been installed.
Linux / MacOS X
Stop a Petals ESB instance launched in non-interactive, command line or daemon mode
- Go to $PETALS_HOME/bin
- Execute the following command :
- Done
Stop a Petals ESB instance launched in interactive mode
- In the Petals ESB console, type 'x'
- Done
Windows
Stop a Petals ESB instance launched in non-interactive, command line or daemon mode
- Go to $PETALS_HOME/bin
- Execute the following command :
- Done
Stop a Petals ESB instance launched in interactive mode
- In the Petals ESB console, type 'x'
- Done
| Note As we've seen, some Petals ESB modes supports various "Shutdown Procedures". |
|