Register Tomcat as a Windows service

  
        This article takes Tomcat 6 as an example. The first step is to find service.bat in the directory: E:\\opensources\\tomcat\\apache-tomcat-6.0.32\\bin. Modify SERVICE_NAME and PR_DISPLAYNAME, mainly for installing multiple tomcat Bats on one machine. Code set SERVICE_NAME=tomcat6 set PR_DISPLAYNAME=Apache Tomcat 6.0.32 The second step is executed in CMD: Shell code cd E:\\opensources\\tomcat\\apache-tomcat-6.0.32\\bin
Copyright © Windows knowledge All Rights Reserved