차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| workers.properties [2026/01/03 06:59] – 만듦 koov | workers.properties [알 수 없는 날짜] (현재) – 바깥 편집 (알 수 없는 날짜) 127.0.0.1 | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| + | ====== workers.properties ====== | ||
| + | --- // | ||
| + | <code vim workers.properties> | ||
| + | worker.list=balancer | ||
| + | |||
| + | ##### load-balancer | ||
| + | worker.balancer.type=lb | ||
| + | worker.balancer.sticky_session=true | ||
| + | ### session cookie name | ||
| + | # worker.balancer.session_cookie=JSESSIONID | ||
| + | |||
| + | worker.balancer.balance_workers=node11 | ||
| + | |||
| + | ### node11 | ||
| + | worker.node11.reference=worker.template | ||
| + | worker.node11.host=127.0.0.1 | ||
| + | worker.node11.port=8109 | ||
| + | worker.node11.activation=A | ||
| + | # end | ||
| + | |||
| + | ##### worker template | ||
| + | worker.template.type=ajp13 | ||
| + | ### socket timeout (seconds) | ||
| + | worker.template.socket_timeout=10 | ||
| + | ### if use firewall between (WEB-WAS) | ||
| + | # worker.template.socket_keepalive=true | ||
| + | worker.template.ping_mode=A | ||
| + | ### ping timeout (milli seconds) | ||
| + | worker.template.ping_timeout=10000 | ||
| + | ### connection pool size (auto; prefork must set 1) | ||
| + | # worker.template.connection_pool_size= | ||
| + | # worker.template.connection_pool_minsize= | ||
| + | # worker.template.connection_pool_timeout=600 | ||
| + | ### reply timeout (milli seconds) | ||
| + | worker.template.reply_timeout=30000 | ||
| + | worker.template.recovery_options=3 | ||
| + | </ | ||