Thanks for your input, Oscar. The post has been updated.
]]>I had to make a couple of changes to the init.d script to get it to work
1. Replaced the escaped characters (> with >)
2. changed java command from
$JAVA 2> $LOG_FILE &
to
$JAVA > $LOG_FILE 2>&1 &
to get the output to not show on standardout