톰캣exe파일로 설치uninstall.exe 오류해결방법

2021. 9. 14. 10:59톰캣관련

반응형

##개인생각##

해당오류는 그냥 uninstall.exe 실행했을때 발생했음.

프로그램 추가/제거 에서 삭제를 진행할경우 ServiceName 설치할때 입력한 서비스이름이 기본적으로 입력되어있어서 제대로삭제가 진행됨

윈도우 설치형의경우 프로그램 추가제거를 이용하자!!

 

 

Uninstall.exe 실행했을때

no service name specified to uninstall 같은 오류가 발생하면서 서비스이름을 모르는경우가 존재함..

그럴경우

 

해당 톰캣설치폴더로 이동한뒤 아래와같이 CMD창으로 해당서비스 이름을 옵션값을준채로 실행시켜야함.

 

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

 

출처: <https://www.codetd.com/en/article/6470278>

반응형