@Cedric, I implemented tomcat cluster with static membership -> seems to work fine..
I want to proceed with the clustering configuration. The next step (as written in cas jasig article: https://wiki.jasig.org/display/CASUM/Clustering+CAS) is: Ticket Cache Replication It's written to modify applicationContext.xml: <bean id="ticketRegistry" class="org.jasig.cas.ticket.registry.JBossCacheTicketRegistry" p:cache-ref="cache" /> I am using CAS version 3.5.2 and I already have that: <!- Ticket Registry --> <bean id="ticketRegistry" class="org.jasig.cas.ticket.registry.DefaultTicketRegistry" /> My question is: should I still follow this guide(and change this bean) or that guide is outdated? (this question goes for the rest of this guide instructions as well) Thanks, Ray. From: Cedric Hurst [mailto:[email protected]] Sent: Monday, April 07, 2014 6:47 PM To: [email protected] Subject: Re: [cas-user] Using cluster Env on Amazon You probably want to do static membership. The CAS article simply describes Tomcat clustering, but here's some more info on doing it without multicast: http://www.rotanhanrahan.com/2012/01/06/tomcat-cluster-apache-lbr-and-replication http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2009794 -- Build Smarter Software. Cedric Hurst, Principal Spantree Technology Group, LLC 1144 W Fulton Market, Suite 120, Chicago, IL email: [email protected]<mailto:[email protected]> | phone: 888.386.5501 web: http://www.spantree.net On Monday, April 7, 2014 at 10:30 AM, ray wrote: I am trying to configure clustering to our CAS nodes via this article: https://wiki.jasig.org/display/CASUM/Clustering+CAS Our servers running on Amazon's cloud. As I understand I must have multicast on the network. Amazon doesnt support multicast. any proven way how to backdoor this? found some links on the web but not sure about their legitimate thanks, ray. -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user This e-mail and the information it contains may be privileged and/or confidential. It is intended solely for the use of the named recipient(s). If you are not the intended recipient you may not disclose, copy, distribute or retain any part of this message or attachments. If you have received this e-mail in error please notify the sender immediately [by clicking 'Reply'] and delete this e-mail. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
