반응형
WAS 이중화를 할때는 세션 공유가 필요합니다.
이를 해결하기위해 세션 클러스터링을 이용하면됩니다.
Apache Tomcat 8 - Clustering/Session Replication HOW-TO 에 접속하시면 자세한 설명이 나와있습니다.
설정방법
1. Server.xml
<Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/> |
2. WEB-INF/web.xml
<distributable/> |
설정법만 간단히 정리해놨고 자세한 내용은 제가 참고한 블로그 보시면 좋을거에요.
참고 블로그 : https://jistol.github.io/java/2017/09/15/tomcat-clustering/
반응형
'Server' 카테고리의 다른 글
[nginx] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in (0) | 2019.08.08 |
---|---|
SSL 보안 인증서 패스워드 삭제 (PEM_do_header:bad password read) (0) | 2019.08.08 |
[Tomcat] Too Many Open Files (열린 파일이 너무 많음) (0) | 2019.08.01 |
Nginx 13: Permission denied) while connecting to upstream (해결법2) (0) | 2019.07.26 |
Nginx 13: Permission denied) while connecting to upstream (해결법1) (0) | 2019.07.26 |
댓글