관리 메뉴

개발 노트

tomcat 삭제 후 재설치 시 생기는 오류 : a service with the given service name is already install on this machine 본문

기타 팁

tomcat 삭제 후 재설치 시 생기는 오류 : a service with the given service name is already install on this machine

hayoung.dev 2022. 8. 25. 00:50

a service with the given service name is already install on this machine

오류가 뜨는 경우

 

이름이 중복됐다는 것이 문제이므로 cmd창을 관리자 권한으로 실행 후 하단 입력

 

D:\>sc.exe delete tomcat9                                               

 

[SC] DeleteService 성공  

반응형