After the download of tomcat6.0.29 is decompressed, a DOS window in tomcat6.exe disappears and Tomcat is not started successfully. Double-click at6w.exe to bring up an error dialog box, saying, "The specified service does not exist with the installed Service. Unable to open the service tomcat6 ", for example:
Find the cause. In fact, to make these two files take effect, you must first install the service for this tomcat.
Note:Tomcat 6.exe is used to start Tomcat. Tomcat 6w.exe manages Tomcat services.
Installation Method: Open the command line Prompt window
=> Enter the tomcat installation directory ==> enter the bin directory ==> enter: Service. Bat install.
Can I directly click this bat in the directory to run it?Verified: No
To remove the Tomcat service, perform the following operations:
Installation Method: Open the command line Prompt window
=> Enter the tomcat installation directory ==> enter the bin directory ==> enter: Service. Bat remove Tomcat service name (for example, tomcat6.
Original blog address: Click to open the link