Starting and stopping Petals ESB installed by Debian packages

Version 1 by Christophe DENEUX
on Apr 29, 2013 16:16.

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History

{note}
+Note 1:+ When manually starting a Petals ESB container, it will be automatically stopped when closing your shell. Don't use this way to start a Petals ESB container as a system service.
+Note 2:+ The command below uses the default JVM installed on your system. If it is not the right one, you can use a command line as following to specify the right JVM to use:
{code}
sudo -u petals JAVA_HOME=/home/cdeneux/jdk1.6.0_45 petals-esb -u file:///etc/petals-esb/container-available/default/server.properties
{code}
{note}