Wednesday, May 6, 2020

Embeded tomcat

How to check the embeded tomcat version.

java -cp {path to tomcat/lib/}/catalina.jar org.apache.catalina.util.ServerInfo

How to start/stop tomcat on red-hat linux.
sudo systemctl start tomcat
sudo systemctl stop tomcat
sudo systemctl status tomcat




No comments:

Post a Comment

Why I stopped publishing blog posts as information provider

Now the AI can generate content. Does that mean the web publishing industry reaches the end? ChatGPT said: ChatGPT Not at all. While AI can ...