Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You also need to add the script with chkconfig so that everything start up after a reboot. If you named the above script as "webobjects", do :

Code Block
sudo /sbin/chkconfig --add webobjects
sudo /sbin/chkconfig webobjects on