Versions Compared

Key

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

The following assumes that you are in the SSH terminal connected to your EC2 instance.

1. Stop the running tomcat instance
Anchor
stopTomcat
stopTomcat

  1. Go to the tomcat directory

    • cd /opt/apache-tomcat-7.0.39/

  2. Stop tomcat using the shutdown wrapper script

    • sudo -su tomcat bin/shutdownwrapper.sh

  3. Verify tomcat has been shutdown

    • ps aux | grep tomcat

...