stop tomcat

How to stop tomcat server

  • net stop tomcat9
net stop tomcat7

Bash script (req cygwin)

How to start tomcat server

  • net start tomcat9
net start tomcat7