tomcat uninstall failed: no service name specified

 

Uninstall program tomcat

Uninstall.exe double-click in the installation path.

Error:

   

  No service name specified to uninstall. 
  This will be provided automatically if you uninstakk via add/romove programs oor the shortcut on tthe Start menu.
  Alternatively,call the installer from the command line with -ServiceName"<name of service>".

In cmd jump to the tomcat folder, and then run the following:

Uninstall.exe -ServiceName="<Tomcat7>"

If not enough, delete not clean, then run in CMD administrator to get permission (be sure to administrator privileges, or they may be wrong)

sc delete service name (remember the server name) 

 

 

 

 

 

 

 

 

 

 

>uninstall.exe -ServiceName="<Tomcat7>"

Guess you like

Origin blog.csdn.net/jdnicky/article/details/90753067