...
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.
Tomcat servcie service commands (4.3.x) |
---|
Command to check status of Tomcat service Command to restart Restart Tomcat |
PostgreSQL servcie service commands (4.3.x) |
---|
Command to check status of PostgreSQL service Command to Stop Restart PostgreSQL |
...