Windows server 내에서 Tomcat을 80포트로 사용 중 500 error 관련
tomcat 로그 폴더로 이동-> catalina.xxxxxx
Oct 07, 2014 1:23:13 PM org.apache.catalina.core.StandardService initInternal
심각: Failed to initialize connector [Connector[HTTP/1.1-80]]
위와 같은 에러메세지 확인
보통 로그 중에 에러 메세지는 catalina.xxxx.log 파일에 저장되며 정상적인 접근은 localhost_access_log.xxxxxx.txt 파일에 로그가 남는다.
1. services.msc 스냅인을 열어 IIS 가 동작하는지 확인 후 동작한다면 비활성화 한다.
2. cmd 창
위와 같이 작업한다.
(80포트로 돌아가는 프로세스 확인 -> 관련없음)
( net 명령어로 http 서비스 중지)
서비스를 멈춘 뒤 다시 services.msc 로 가서
<Windows 서비스>
- World Wide Web Publishing Service ( 기본적으로 IIS와 이 서비스만 비활성화 및 중지 시키면 톰캣은 정상 작동한다. )
위 서비스를 제외하고 아래의 서비스가 실행되고 있으면 Tomcat의 80포트가 동작하지 않을 수도 있으니 참고하여야 한다.
- Windows Remote Management
- Print Spooler
- SSDP Discovery
- SQL Server Reporting Services (ReportServer)
- Web Deployment Agent Service (MsDepSvc)
- BranchCache (PeerDistSvc)
- World Wide Web Publishing Service (W3SVC)
- Internet INformation Server (WAS, IISADMIN)
- Sync Share Service (SyncShareSvc)
< 일반 Application >
- Skype
- TeamViewer
- VMware host Agent Service
- Windows Work Folders
* 출처 : http://gmkjh.tistory.com/
===========================================================================================
Windows server IIS 80포트 서비스 재시작
'OS' 카테고리의 다른 글
rndc 명령어 (0) | 2014.10.15 |
---|---|
sendmail 계정 추가 (0) | 2014.10.08 |
crontab 설정 (0) | 2014.10.06 |
http 상태 코드 (0) | 2014.10.02 |
윈도우 공유 폴더 삭제 및 서비스 중지 명령어 (0) | 2014.10.02 |