Also to answer your previous question of “what is the best distributed ticket registry implementation” - no one could give this type of an answer (“the best”, that is). These days, the Hazelcast ticket registry seems to be the very popular one among other “in-memory” impls, and seems to be the easiest to set up and (from personal experience). In CAS v 4.2.x+ for example, in order to set up highly available cluster of CAS nodes with Hazelcast ticket registry, one only needs to include the module dependency in CAS’s overlay’s pom, add member nodes in the properties file and it just works!
But again, you have to see for yourself and try out all the available options to pick the one that you feel most comfortable with. Best, D. > On Jul 5, 2016, at 11:09 AM, Dmitriy Kopylenko <[email protected]> wrote: > > This is an old thread, but might answer some questions for you of why > RDBMS-backed ticket registry impl might not be the best choice: > http://jasig.275507.n4.nabble.com/JpaTicketRegistry-A-Sinking-Ship-td4256973.html > > <http://jasig.275507.n4.nabble.com/JpaTicketRegistry-A-Sinking-Ship-td4256973.html> > > Best, > D. > >> On Jul 5, 2016, at 11:04 AM, John Rellis <[email protected] >> <mailto:[email protected]>> wrote: >> >> I was also curious, i was able to get the JPA ticket registry working (that >> is, storing the tickets in the database) in a few minutes. Is there any >> reason not to use this in a load balanced scenario if there's a highly >> available database server that is easily reachable? >> >> We are looking at users in the 100s not in the 1000s. >> >> On Monday, 4 July 2016 15:24:47 UTC+1, John Rellis wrote: >> Hello, >> >> I am deploying the cas server on two servers running tomcat that are behind >> an apache load balancer. >> >> Does anyone have any opinions on which cache provider is easiest and or best >> to use for the HA ticket registry??? >> >> The docs mention the use of Hazelcast, EhCache, MemCached, Ignite or >> Couchbase. I haven't really used any of these to such an extent that I'd be >> leaning to favour any so pros or cons would be greatly appreciated. >> >> Thanks, >> John >> >> -- >> You received this message because you are subscribed to the Google Groups >> "CAS Community" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] >> <mailto:[email protected]>. >> To post to this group, send email to [email protected] >> <mailto:[email protected]>. >> Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/ >> <https://groups.google.com/a/apereo.org/group/cas-user/>. >> To view this discussion on the web visit >> https://groups.google.com/a/apereo.org/d/msgid/cas-user/7bae6bd6-d169-4aff-8b56-6ef4c05f6492%40apereo.org >> >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/7bae6bd6-d169-4aff-8b56-6ef4c05f6492%40apereo.org?utm_medium=email&utm_source=footer>. >> For more options, visit https://groups.google.com/a/apereo.org/d/optout >> <https://groups.google.com/a/apereo.org/d/optout>. > > > -- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/ > <https://groups.google.com/a/apereo.org/group/cas-user/>. > To view this discussion on the web visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/6B55CE13-3716-4532-9029-6DEE47CFFE2B%40unicon.net > > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/6B55CE13-3716-4532-9029-6DEE47CFFE2B%40unicon.net?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/a/apereo.org/d/optout > <https://groups.google.com/a/apereo.org/d/optout>. -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/0EE69831-F53A-42DA-B8A2-6072CA732CCA%40unicon.net. For more options, visit https://groups.google.com/a/apereo.org/d/optout.
