프로그래밍/JAVA
[Tomcat] A service with the given Service Name is already installed on this machine. Please choose another Service Name 오류
Changun An
2020. 9. 8. 09:36
반응형
l 오류 잡기
Apache Tomcat Setup 설정 시 발생되는 아래와 같은 오류 해결 방법입니다.
A service with the given Service Name is already installed on this machine. Please choose another Service Name
아파치 톰캣을 설치 하는 경우 [그림 1]과 같은 에러 메세지가 확인 될 수 있습니다.
시작 아이콘에서 cmd(명령프롬프트)를 관리자 권한으로 실행시켜 줍니다.
실행 후 아래와 같은 명령어를 입력해줍니다.
sc.exe delete tomcat* |
*은 설치 하려는 tomcat 버젼을 의미합니다.
반응형