Starting the Enterprise Server for Linux Automatically
To start the enterprise server for Linux automatically:
Add this line to the rc.local file in the /etc directory:
//bin/su - jde910 -c `$SYSTEM/bin32/RunOneWorld.sh'
The value jde910 is the name of the user who owns the shell script $SYSTEM/bin32/RunOneWorld.sh. Make sure there are no interactive commands in the jde910 ~/.profile (or ~/.bash_profile), and that RunOneWorld.sh has all the necessary permissions for execution.