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 (1)

View Page History
+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 JAVA_HOME=${HOME}/jdk1.6.0_45 petals-esb -u file:///etc/petals-esb/container-available/default/server.properties
{code}
{note}