...
Code Block |
---|
sudo systemctl status tomcat |
Conclusion
From this point on, tomcat will start automatically when the host restarts, and you can re-start tomcat manually like this:
Code Block |
---|
sudo systemctl restart tomcat |
...
Code Block |
---|
sudo systemctl status tomcat |
From this point on, tomcat will start automatically when the host restarts, and you can re-start tomcat manually like this:
Code Block |
---|
sudo systemctl restart tomcat |