We do deploy into both nodes. Sharing CATALINA_BASE is really bad idea(it contains internal tomcat state).
Moreover, my cas nodes are both active, behind balancing server. Out cas update(once per month usually) procedure is simple: stop balancing into node, stop node, update .war, start node, start balancing, repeat with other nodes. No session loss so far(yes, we use couchbase cluster as ticket registry storage). 2016-11-11 11:49 GMT+02:00 Josep Manel Andrés <[email protected]>: > Hi guys, > I have set up a glusterFS shared storage on two nodes cluster, pretending to > get HA Active-Pasive. So I have shared /etc/cas and /etc/tomcat , but I am > not sure about sharing tomcat webapps directory or instead deploying the CAS > server on both nodes every time I do a modification. What do you guys would > recommend me to share across ? > > Not caring about sharing the sessions, if a server goes offline, the users > will have to log in again. > > Cheers! > > > > WARNING / LEGAL TEXT: This message is intended only for the use of the > individual or entity to which it is addressed and may contain > information which is privileged, confidential, proprietary, or exempt > from disclosure under applicable law. If you are not the intended > recipient or the person responsible for delivering the message to the > intended recipient, you are strictly prohibited from disclosing, > distributing, copying, or in any way using this message. If you have > received this communication in error, please notify the sender and > destroy and delete any copies you may have received. > > http://www.bsc.es/disclaimer > > -- > - CAS gitter chatroom: https://gitter.im/apereo/cas > - CAS mailing list guidelines: > https://apereo.github.io/cas/Mailing-Lists.html > - CAS documentation website: https://apereo.github.io/cas > - CAS project website: https://github.com/apereo/cas > --- 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 view this discussion on the web visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/5825943B.70407%40bsc.es. -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- 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 view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGbteJK8VJPGp43BeprLKb2Awq7HFfXcM12KuAJ67bf6-5r9Vg%40mail.gmail.com.
