SlideShare a Scribd company logo
1 of 7
Tomcat Session Clustering
► 강남 중급 모임
► 17.01.12
Page 2
목록
1. On-Premise 에서 사용하는 방식
2. AWS 에서 사용하는 방식
1. 지원 종류
2. 작업 순서
3. Q&A
Page 3
server.xml (L2 Multicast 이용한 방법)
► <Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"
► channelSendOptions="6">
►
► <Manager className="org.apache.catalina.ha.session.BackupManager"
► expireSessionsOnShutdown="false"
► notifyListenersOnReplication="true"
► mapSendOptions="6"/>
► <!--
► <Manager className="org.apache.catalina.ha.session.DeltaManager"
► expireSessionsOnShutdown="false"
► notifyListenersOnReplication="true"/>
► -->
► <Channel className="org.apache.catalina.tribes.group.GroupChannel">
► <Membership className="org.apache.catalina.tribes.membership.McastService"
► address="228.0.0.4"
► port="45564"
► frequency="500"
► dropTime="3000"/>
► <Receiver className="org.apache.catalina.tribes.transport.nio.NioReceiver"
► address="10.0.1.179"
► port="4000"
► selectorTimeout="100"
► maxThreads="6"/>
►
► <Sender className="org.apache.catalina.tribes.transport.ReplicationTransmitter">
► <Transport className="org.apache.catalina.tribes.transport.nio.PooledParallelSender"/>
► </Sender>
► <Interceptor className="org.apache.catalina.tribes.group.interceptors.TcpFailureDetector"/>
► <Interceptor className="org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor"/>
► <Interceptor className="org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor"/>
► </Channel>
►
► <Valve className="org.apache.catalina.ha.tcp.ReplicationValve"
► filter=".*.gif|.*.js|.*.jpeg|.*.jpg|.*.png|.*.htm|.*.html|.*.css|.*.txt"/>
►
► <Deployer className="org.apache.catalina.ha.deploy.FarmWarDeployer"
► tempDir="/tmp/war-temp/"
► deployDir="/tmp/war-deploy/"
► watchDir="/tmp/war-listen/"
► watchEnabled="false"/>
►
► <ClusterListener className="org.apache.catalina.ha.session.ClusterSessionListener"/>
► </Cluster>
Page 4
AWS 에서 지원 하는 방법
►DynamoDB
►Memcached
Page 5
► 참조
► http://docs.aws.amazon.com/ko_kr/sdk-for-java/v1/developer-guide/java-dg-tomcat-session-manager.html
► https://aws.amazon.com/ko/blogs/developer/amazon-dynamodb-session-manager-for-apache-tomcat
► 조건
► Tomcat 8.0.x
► http://apache.mirror.cdnetworks.com/tomcat/tomcat-8/v8.0.39/bin/apache-tomcat-8.0.39.tar.gz
► aws-dynamodb-session-tomcat-2.0.4.jar
► https://github.com/aws/aws-dynamodb-session-tomcat/releases
► https://github.com/aws/aws-dynamodb-session-tomcat/releases/download/v2.0.4/aws-dynamodb-session-tomcat-2.0.4.jar
► 순서
► IAM 생성 Tomcat DynamoDB 접속용 계정 생성
► 2대의 EC2 에 Tomcat 8 설치
► aws-dynamodb-session-tomcat-2.0.4.jar 다운로드
► Tomcat 8 context.xml 수정 (다음 페이지)
► Load Balancing (ALB or ELB) 생성 및 설정 추가
► Target Groups 에 stickiness 설정 하기
► DynamoDB 테이블 생성
► Table Name : Tomcat_SessionState
► Primary partition key : sessionId (String)
► Tomcat 8 시작 및 확인
► http://$alb-address/sesstion.jsp 세션 생성
► http://$alb-address/manager 세션 확인
► DynamoDB 세션 확인
► 작업 내역
► https://www.youtube.com/playlist?list=PLzMxB6D1eypLGDDTQj62EQoXz2vQ1xY2S
DynamoDB 이용하는 방법
Page 6
► <Manager
► className="com.amazonaws.services.dynamodb.sessionmanager.DynamoDBSessionManager"
► awsAccessKey=“$IAM_ACCESS_KEY"
► awsSecretKey=" $IAM_SECRET_KEY "
► table=“Tomcat_SessionState"
► regionId="ap-northeast-2"
► createIfNotExist="true" />
/home/ec2-user/apps/tomcat/conf/context.xml
Q&A

More Related Content

What's hot

A3 sec -_msr_2.0
A3 sec -_msr_2.0A3 sec -_msr_2.0
A3 sec -_msr_2.0
a3sec
 

What's hot (20)

Gauva
GauvaGauva
Gauva
 
Adopting GraalVM - Scala eXchange London 2018
Adopting GraalVM - Scala eXchange London 2018Adopting GraalVM - Scala eXchange London 2018
Adopting GraalVM - Scala eXchange London 2018
 
tokyo.vcl発表資料(varnish+squid)
tokyo.vcl発表資料(varnish+squid)tokyo.vcl発表資料(varnish+squid)
tokyo.vcl発表資料(varnish+squid)
 
Ch10.애플리케이션 서버의 병목_발견_방법
Ch10.애플리케이션 서버의 병목_발견_방법Ch10.애플리케이션 서버의 병목_발견_방법
Ch10.애플리케이션 서버의 병목_발견_방법
 
Peeking into the Black Hole Called PL/PGSQL - the New PL Profiler / Jan Wieck...
Peeking into the Black Hole Called PL/PGSQL - the New PL Profiler / Jan Wieck...Peeking into the Black Hole Called PL/PGSQL - the New PL Profiler / Jan Wieck...
Peeking into the Black Hole Called PL/PGSQL - the New PL Profiler / Jan Wieck...
 
gRPC with Scala and Swift
gRPC with Scala and SwiftgRPC with Scala and Swift
gRPC with Scala and Swift
 
Hibernate Cache
Hibernate CacheHibernate Cache
Hibernate Cache
 
A3 sec -_msr_2.0
A3 sec -_msr_2.0A3 sec -_msr_2.0
A3 sec -_msr_2.0
 
PyGotham 2014 Introduction to Profiling
PyGotham 2014 Introduction to ProfilingPyGotham 2014 Introduction to Profiling
PyGotham 2014 Introduction to Profiling
 
Varnish qconsp 2011
Varnish qconsp 2011Varnish qconsp 2011
Varnish qconsp 2011
 
Hatohol technical-brief-20130830-hbstudy
Hatohol technical-brief-20130830-hbstudyHatohol technical-brief-20130830-hbstudy
Hatohol technical-brief-20130830-hbstudy
 
Cassandra SF 2013 - Cassandra Internals
Cassandra SF 2013 - Cassandra InternalsCassandra SF 2013 - Cassandra Internals
Cassandra SF 2013 - Cassandra Internals
 
Velocity 2011 - Our first DDoS attack
Velocity 2011 - Our first DDoS attackVelocity 2011 - Our first DDoS attack
Velocity 2011 - Our first DDoS attack
 
Find bottleneck and tuning in Java Application
Find bottleneck and tuning in Java ApplicationFind bottleneck and tuning in Java Application
Find bottleneck and tuning in Java Application
 
Heap & thread dump
Heap & thread dumpHeap & thread dump
Heap & thread dump
 
Ubic
UbicUbic
Ubic
 
Introduction to performance tuning perl web applications
Introduction to performance tuning perl web applicationsIntroduction to performance tuning perl web applications
Introduction to performance tuning perl web applications
 
Redis as a message queue
Redis as a message queueRedis as a message queue
Redis as a message queue
 
Managing MariaDB Server operations with Percona Toolkit
Managing MariaDB Server operations with Percona ToolkitManaging MariaDB Server operations with Percona Toolkit
Managing MariaDB Server operations with Percona Toolkit
 
Tsung info
Tsung infoTsung info
Tsung info
 

Similar to Tomcat session clustering

Advanced Cassandra Operations via JMX (Nate McCall, The Last Pickle) | C* Sum...
Advanced Cassandra Operations via JMX (Nate McCall, The Last Pickle) | C* Sum...Advanced Cassandra Operations via JMX (Nate McCall, The Last Pickle) | C* Sum...
Advanced Cassandra Operations via JMX (Nate McCall, The Last Pickle) | C* Sum...
DataStax
 

Similar to Tomcat session clustering (20)

Cassandra 3.x et la future 4.0
Cassandra 3.x et la future 4.0Cassandra 3.x et la future 4.0
Cassandra 3.x et la future 4.0
 
Become a Java GC Hero - All Day Devops
Become a Java GC Hero - All Day DevopsBecome a Java GC Hero - All Day Devops
Become a Java GC Hero - All Day Devops
 
Java 어플리케이션 성능튜닝 Part1
Java 어플리케이션 성능튜닝 Part1Java 어플리케이션 성능튜닝 Part1
Java 어플리케이션 성능튜닝 Part1
 
Corosync and Pacemaker
Corosync and PacemakerCorosync and Pacemaker
Corosync and Pacemaker
 
泣かないAppEngine開発
泣かないAppEngine開発泣かないAppEngine開発
泣かないAppEngine開発
 
(SDD402) Amazon ElastiCache Deep Dive | AWS re:Invent 2014
(SDD402) Amazon ElastiCache Deep Dive | AWS re:Invent 2014(SDD402) Amazon ElastiCache Deep Dive | AWS re:Invent 2014
(SDD402) Amazon ElastiCache Deep Dive | AWS re:Invent 2014
 
Replacing Squid with ATS
Replacing Squid with ATSReplacing Squid with ATS
Replacing Squid with ATS
 
ReplacingSquidWithATS
ReplacingSquidWithATSReplacingSquidWithATS
ReplacingSquidWithATS
 
Cassandra
CassandraCassandra
Cassandra
 
Understanding DSE Search by Matt Stump
Understanding DSE Search by Matt StumpUnderstanding DSE Search by Matt Stump
Understanding DSE Search by Matt Stump
 
Advanced Apache Cassandra Operations with JMX
Advanced Apache Cassandra Operations with JMXAdvanced Apache Cassandra Operations with JMX
Advanced Apache Cassandra Operations with JMX
 
Advanced Cassandra Operations via JMX (Nate McCall, The Last Pickle) | C* Sum...
Advanced Cassandra Operations via JMX (Nate McCall, The Last Pickle) | C* Sum...Advanced Cassandra Operations via JMX (Nate McCall, The Last Pickle) | C* Sum...
Advanced Cassandra Operations via JMX (Nate McCall, The Last Pickle) | C* Sum...
 
Troubleshooting Apache Cloudstack
Troubleshooting Apache CloudstackTroubleshooting Apache Cloudstack
Troubleshooting Apache Cloudstack
 
Nagios Conference 2012 - Sheeri Cabral - Alerting With MySQL and Nagios
Nagios Conference 2012 - Sheeri Cabral - Alerting With MySQL and NagiosNagios Conference 2012 - Sheeri Cabral - Alerting With MySQL and Nagios
Nagios Conference 2012 - Sheeri Cabral - Alerting With MySQL and Nagios
 
Cassandra Community Webinar: Apache Cassandra Internals
Cassandra Community Webinar: Apache Cassandra InternalsCassandra Community Webinar: Apache Cassandra Internals
Cassandra Community Webinar: Apache Cassandra Internals
 
Cassandra Community Webinar - August 22 2013 - Cassandra Internals
Cassandra Community Webinar - August 22 2013 - Cassandra InternalsCassandra Community Webinar - August 22 2013 - Cassandra Internals
Cassandra Community Webinar - August 22 2013 - Cassandra Internals
 
Troubleshooting Complex Oracle Performance Problems with Tanel Poder
Troubleshooting Complex Oracle Performance Problems with Tanel PoderTroubleshooting Complex Oracle Performance Problems with Tanel Poder
Troubleshooting Complex Oracle Performance Problems with Tanel Poder
 
Lightweight Grids With Terracotta
Lightweight Grids With TerracottaLightweight Grids With Terracotta
Lightweight Grids With Terracotta
 
Java In-Process Caching - Performance, Progress and Pittfalls
Java In-Process Caching - Performance, Progress and PittfallsJava In-Process Caching - Performance, Progress and Pittfalls
Java In-Process Caching - Performance, Progress and Pittfalls
 
Java In-Process Caching - Performance, Progress and Pitfalls
Java In-Process Caching - Performance, Progress and PitfallsJava In-Process Caching - Performance, Progress and Pitfalls
Java In-Process Caching - Performance, Progress and Pitfalls
 

Recently uploaded

%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
shinachiaurasa2
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
VishalKumarJha10
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 

Recently uploaded (20)

call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 

Tomcat session clustering

  • 1. Tomcat Session Clustering ► 강남 중급 모임 ► 17.01.12
  • 2. Page 2 목록 1. On-Premise 에서 사용하는 방식 2. AWS 에서 사용하는 방식 1. 지원 종류 2. 작업 순서 3. Q&A
  • 3. Page 3 server.xml (L2 Multicast 이용한 방법) ► <Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster" ► channelSendOptions="6"> ► ► <Manager className="org.apache.catalina.ha.session.BackupManager" ► expireSessionsOnShutdown="false" ► notifyListenersOnReplication="true" ► mapSendOptions="6"/> ► <!-- ► <Manager className="org.apache.catalina.ha.session.DeltaManager" ► expireSessionsOnShutdown="false" ► notifyListenersOnReplication="true"/> ► --> ► <Channel className="org.apache.catalina.tribes.group.GroupChannel"> ► <Membership className="org.apache.catalina.tribes.membership.McastService" ► address="228.0.0.4" ► port="45564" ► frequency="500" ► dropTime="3000"/> ► <Receiver className="org.apache.catalina.tribes.transport.nio.NioReceiver" ► address="10.0.1.179" ► port="4000" ► selectorTimeout="100" ► maxThreads="6"/> ► ► <Sender className="org.apache.catalina.tribes.transport.ReplicationTransmitter"> ► <Transport className="org.apache.catalina.tribes.transport.nio.PooledParallelSender"/> ► </Sender> ► <Interceptor className="org.apache.catalina.tribes.group.interceptors.TcpFailureDetector"/> ► <Interceptor className="org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor"/> ► <Interceptor className="org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor"/> ► </Channel> ► ► <Valve className="org.apache.catalina.ha.tcp.ReplicationValve" ► filter=".*.gif|.*.js|.*.jpeg|.*.jpg|.*.png|.*.htm|.*.html|.*.css|.*.txt"/> ► ► <Deployer className="org.apache.catalina.ha.deploy.FarmWarDeployer" ► tempDir="/tmp/war-temp/" ► deployDir="/tmp/war-deploy/" ► watchDir="/tmp/war-listen/" ► watchEnabled="false"/> ► ► <ClusterListener className="org.apache.catalina.ha.session.ClusterSessionListener"/> ► </Cluster>
  • 4. Page 4 AWS 에서 지원 하는 방법 ►DynamoDB ►Memcached
  • 5. Page 5 ► 참조 ► http://docs.aws.amazon.com/ko_kr/sdk-for-java/v1/developer-guide/java-dg-tomcat-session-manager.html ► https://aws.amazon.com/ko/blogs/developer/amazon-dynamodb-session-manager-for-apache-tomcat ► 조건 ► Tomcat 8.0.x ► http://apache.mirror.cdnetworks.com/tomcat/tomcat-8/v8.0.39/bin/apache-tomcat-8.0.39.tar.gz ► aws-dynamodb-session-tomcat-2.0.4.jar ► https://github.com/aws/aws-dynamodb-session-tomcat/releases ► https://github.com/aws/aws-dynamodb-session-tomcat/releases/download/v2.0.4/aws-dynamodb-session-tomcat-2.0.4.jar ► 순서 ► IAM 생성 Tomcat DynamoDB 접속용 계정 생성 ► 2대의 EC2 에 Tomcat 8 설치 ► aws-dynamodb-session-tomcat-2.0.4.jar 다운로드 ► Tomcat 8 context.xml 수정 (다음 페이지) ► Load Balancing (ALB or ELB) 생성 및 설정 추가 ► Target Groups 에 stickiness 설정 하기 ► DynamoDB 테이블 생성 ► Table Name : Tomcat_SessionState ► Primary partition key : sessionId (String) ► Tomcat 8 시작 및 확인 ► http://$alb-address/sesstion.jsp 세션 생성 ► http://$alb-address/manager 세션 확인 ► DynamoDB 세션 확인 ► 작업 내역 ► https://www.youtube.com/playlist?list=PLzMxB6D1eypLGDDTQj62EQoXz2vQ1xY2S DynamoDB 이용하는 방법
  • 6. Page 6 ► <Manager ► className="com.amazonaws.services.dynamodb.sessionmanager.DynamoDBSessionManager" ► awsAccessKey=“$IAM_ACCESS_KEY" ► awsSecretKey=" $IAM_SECRET_KEY " ► table=“Tomcat_SessionState" ► regionId="ap-northeast-2" ► createIfNotExist="true" /> /home/ec2-user/apps/tomcat/conf/context.xml
  • 7. Q&A