Re: OFBiz in cluster, load balance, different availability zones

2018-03-07 Thread Paul Foxworthy
Hi Sergei, On 7 March 2018 at 23:58, biletni...@gmail.com wrote: > Maybe someone knows the reason why we use externalLoginKey and why not to > use cookie only? > My guess: your users can turn cookies off. So if you rely on them, you risk the application breaking for

Re: OFBiz in cluster, load balance, different availability zones

2018-03-07 Thread Jacques Le Roux
Did you have a look at the Tomcat SSO solution? It tough needs extension for cluster... https://issues.apache.org/jira/browse/OFBIZ-10123 Jacques Le 07/03/2018 à 13:58, biletni...@gmail.com a écrit : Redis is just a way how to store the session data, but the issue is not here. Again, for

Re: OFBiz in cluster, load balance, different availability zones

2018-03-07 Thread biletnikov
Redis is just a way how to store the session data, but the issue is not here. Again, for me the good cluster must be able to support non sticky sessions. It means any new request can be sent to any available OFBiz instance and if one is down, the next requests will be sent to another one and

Re: OFBiz in cluster, load balance, different availability zones

2018-03-07 Thread Paul Foxworthy
On 7 March 2018 at 17:53, Michael Brohl wrote: > How does an in-memory database like Redis hel with the setup of > clustering/load balancing? > Hi Michael, I think that was for non-sticky sessions. Cheers Paul Foxworthy -- Coherent Software Australia Pty Ltd PO

Re: OFBiz in cluster, load balance, different availability zones

2018-03-06 Thread Michael Brohl
How does an in-memory database like Redis hel with the setup of clustering/load balancing? Regards, Michael Am 07.03.18 um 02:07 schrieb Shi Jinghai: Or Redis[1] with Redisson[2]? 1. https://github.com/antirez/redis 2.

Re: OFBiz in cluster, load balance, different availability zones

2018-03-06 Thread Shi Jinghai
Or Redis[1] with Redisson[2]? 1. https://github.com/antirez/redis 2. https://github.com/redisson/redisson/wiki/14.-Integration%20with%20frameworks#145-tomcat-redis-session-manager -邮件原件- 发件人: biletnikov@ [mailto:gmail.com biletni...@gmail.com] 发送时间: 2018年3月6日 20:53 收件人: