설치 및 업그레이드 > 설치 및 구성 안내서 > 고급 구성 > 다른 옵션으로 PTC HTTP Server 및 Embedded Servlet Engine 구성 > PTC HTTP Server를 Windows 서비스로 실행 > PTC HTTP Server Windows 서비스 제거
  
PTC HTTP Server Windows 서비스 제거
PTC HTTP Server Windows 서비스를 제거하는 방법은 PTC HTTP Server Ant 명령을 사용하는 방법과 Ant 명령을 사용하지 않는 방법 두 가지가 있습니다.
Uninstall without Ant
<Apache>/bin 디렉토리에서 다음 명령을 실행합니다.
apache -k uninstall -n <ServiceName>
여기서 <ServiceName>은 PTC HTTP Server Windows 서비스를 작성할 때 지정한 이름입니다.
Uninstall with Ant
<Apache> 디렉토리에서 다음 명령을 실행합니다.
ant -f config.xml uninstallService -DserviceName <ServiceName>
여기서 <ServiceName>은 PTC HTTP Server Windows 서비스를 작성할 때 지정한 이름입니다.