Versions Compared

Key

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

...

Restart Sequence if Both Tomcat and PostgreSQL Need to be Restarted : Always stop Tomcat before stopping PostgreSQL, and start PostgreSQL before starting Tomcat. This ensures that the application has a properly initialized database to connect to.

Stopping and Starting Tomcat servcie (4.3.x)

Command to Stop Tomcat
systemctl stop msa-tomcat
Command to Start Tomcat
systemctl start msa-tomcat

Stopping and Starting PostgreSQL servcie (4.3.x)

Command to Stop PostgreSQL
systemctl stop postgresql-13
Command to Start PostgreSQL
systemctl start postgresql-13