欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

tomcat卸载失败:no service name specified

程序员文章站 2023-12-25 11:05:33
...

 

.卸载tomcat程序

双击运行安装路径下的 Uninstall.exe。

报错:

  tomcat卸载失败:no service name specified 

  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>".

在cmd跳转到tomcat的文件夹中,然后运行如下:

tomcat卸载失败:no service name specified

Uninstall.exe -ServiceName="<Tomcat7>"

要是还不行,删除不干净,那么就在管理员得到权限下运行CMD(一定要管理员权限,否则有可能出错)

sc delete 服务名称 (记住是服务器名称) 

tomcat卸载失败:no service name specified

 

 

 

 

 

 

 

 

 

 

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

上一篇:

下一篇: