`
aooboo
  • 浏览: 83255 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

nginx+resin session stick

阅读更多

http://code.google.com/p/nginx-upstream-jvm-route/wiki/nginx_with_resin

 

忙活了好多天,最终通过作者才注意到配置的细节,sucess. 细节啊。。。

这个事情上,深刻体会到:能有信心找到解决问题的途径才是解决问题的关键

 

For all resin servers

    <server id="a" address="192.168.0.100" port="8080">
    <http id="" port="80"/>
    </server>
    <server id="b" address="192.168.0.101" port="8080">
    <http id="" port="80"/>
    </server>

And start each resin instances like this:

server a

shell $> /usr/local/resin/bin/httpd.sh -server a start

server b

shell $> /usr/local/resin/bin/httpd.sh -server b start

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics