simple Terracotta session 同步

weixin_34007886發表於2018-03-16

部署前提: 配置好java環境和已有tomcat例項.

地址1:http://vdisk.weibo.com/s/dzUJr1vLcAWHl

地址2:http://code.taobao.org/p/myweb_project/src/trunk/MyWeb/WebContent/WEB-INF/lib/terracotta-toolkit-1.6-runtime-5.5.0_3.jar

地址3:https://pan.baidu.com/s/1o8B3Hyy#list/path=%2F%E6%88%91%E7%9A%84%E8%B5%84%E6%BA%90%2Fresource_aminglinux&parentPath=%2F%E6%88%91%E7%9A%84%E8%B5%84%E6%BA%90

tar -xf terracotta-3.7.7.tar.gz

mv terracotta-3.7.7 /usr/local/terracotta

cd  /usr/local/terracotta/config-samples

cp tc-config-express-reference.xml tc-config.xml

vim tc-config.xml          ------terracotta配置檔案,修改以下內容;


4265443-ffebb8b87cd563a0.png

/usr/local/terracotta

./bin/start-tc-server.sh           ----terraacotta單例項啟動;

4265443-7dfb3038920802e2..png

如上圖,單臺terracotta,啟動成功.


增加tomcat配置:

# cp /usr/local/terracotta/common/terracotta-toolkit-1.6-runtime-5.7.0.jar $TOMCAT_HOME/lib/

# cp /usr/local/terracotta/sessions/terracotta-session-1.3.7.jar $TOMCAT_HOME/lib

或者直接cp這兩個到/usr/local/tomcat/lib下


cd  /usr/local/tomcat/conf

vim context.xml

 在行末增加以下;

4265443-46a941fabd4249c4..png
4265443-0594afe5c74b392f..png

tomcat+terrcaotta單例項配置完成.

相關文章