Hi,

in the bin directory, you can use start and stop scripts to start/stop ServiceMix in background.

Regards
JB

On 05/19/2010 08:12 PM, ssheth wrote:

I can successfuly run serviceMix 4.2 in foreground on a Unix box.
Following command works
[$HOME]sudo /opt/servicemix/apache-servicemix-4.2.0/bin/servicemix


Following script does not work
If I try to run a bash script:
[$HOME]sudo ./servicemix.sh
containing following lines

#!/bin/bash
export JDK_HOME=/usr/java/default
export JAVA_HOME=/usr/java/default
/opt/servicemix/apache-servicemix-4.2.0/bin/servicemix&

It tries to start and then shutdowns ServiceMix. I have enclosed the log
file. http://old.nabble.com/file/p28612112/SMix.txt SMix.txt

Reply via email to