Versions Compared

Key

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

...

  • Become the sakai user
    • sudo su - sakai
  • Check First, check the process list if it actually is running first by executing:
    • ps ax | grep java | grep /ucd/pkg/apache-tomcat
  • Then to stop it execute:
    • cd /ucd/opt/sakai/bin
    • ./stop.sh
  • Check again if it is still running. Sometimes, it does not stop with the above command. If it's still running, execute:
    • kill -9 PID
      • or:
    • killall -9 java