Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this document, $TOMCAT_HOME is used to refer the absolute path of the directory containing Tomcat server resources like executable binaries (bin), configuration (conf), web applications (webapps) etc. 

The Tomcat Service for Windows

Follow the below steps to run Tomcat as a service for Windows.

  1. Open the command prompt with administrator privileges and go to directory >(TOMCAT_HOME\bin).
  2. Run 'os_command service_install.bat ' install openspecimen (This will install Tomcat as a Windows service).
  3. Go to the task manager, click on services, check for the service with the display name 'Apache Tomcat 9'.
  4. Select the service with the above name, on the left window you can start, stop and restart the service.
  5. If you want to uninstall the service run 'service.bat uninstall ' from openspecimen from the same location.

The Tomcat Service for new versions of RedHat / CentOS / Ubuntu.

...