Starting and stopping Petals ESB installed by Debian packages

compared with
Current by Christophe DENEUX
on May 07, 2014 16:47.

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}/jdk1.6.0_45 petals-esb -u file:///etc/petals-esb/container-available/default/server.properties
{code}
{note}