일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Snort Rule
- 트레바리
- Router
- snort
- TDD
- coding test
- OSI7계층
- db
- MySQL
- Container
- Python
- 스노트
- 데이터베이스
- programmers
- osi7layer
- 프로그래머스
- Routing
- 라우팅
- 스노트 룰
- 라우터
- 도커
- 코딩테스트
- Linux
- 컨테이너
- 라우팅프로토콜
- database
- 리눅스
- docker
- 코딩 테스트
- Cosmos
Archives
- Today
- Total
목록Tomcat LB (1)
Simple is IT, 누구나 보고 누구나 깨닫는 IT
Tomcat Connector 로드밸런싱.txt
아래의 설정들은 전부 이전 포스트를 기준으로 합니다.1. 아파치 설정 1) 워커 파일 설정 변경 vi /etc/httpd/conf/httpd.conf 2) 워커 파일 변경 vi /etc/httpd/conf/workers.properties 아래 내용 추가 지정 된 worker file 내용 worker.list=tomcat1,tomcat2,loadbalance // 대상 worker 명 worker.tomcat1.type=ajp13 worker.tomcat1.host=[tomcat1 IP] worker.tomcat1.port=8009 worker.tomcat1.lbfactor=1 worker.tomcat2.type=ajp13 worker.tomcat2.host=[tomcat2 IP] wo..
Simple is IT/Server
2020. 5. 7. 10:21