What command is used to find if tomcat works or not in windows?
How do I know if a JVM crashes unexpectedly?
After googling I published it, I can not find the expected result.
Go to the start menu. Open cmd (command line) and enter the following.
wmic process list short description | find / i "tomcat"
This will tell you if tomcat is working or not.
open http: // localhost: 8080 / in the browser, if you get the tomcat homepage, it means tomcat is working
, , Tomcat .
http://ipaddress:portnumber
this
for localhost, the defaut port is 8080, you can check the http: // localhost: 8080 link in your browser. If you can see the tomcat homepage, your tomcat is working