您好,登錄后才能下訂單哦!
1、安裝nginx
2、用兩個虛擬機安裝兩個reids(reids1、redis2) 其中一個配置slaveof 192.168.1.86 6379(另一個redis的IP與端口)
3、安裝兩個tomcat
修改tomcat的context.xml:
<Context>
<!-- Default set of monitored resources -->
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<!-- Uncomment this to disable session persistence across Tomcat restarts -->
<!--
<Manager pathname="" />
-->
<!-- Uncomment this to enable Comet connection tacking (provides events
on session expiration as well as webapp lifecycle) -->
<!--
<Valve className="org.apache.catalina.valves.CometConnectionManagerValve" />
-->
<Valve className="com.orangefunction.tomcat.redissessions.RedisSessionHandlerValve" />
<Manager className="com.orangefunction.tomcat.redissessions.RedisSessionManager"
host="192.168.1.106"
port="6379" (注:一個tomcat設置對應的一個redis的IP與端口)
database="0"
maxInactiveInterval="60" />
</Context>
參考:
http://blog.csdn.net/u013410747/article/details/50651995
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。