Hi, With my experience, you have two way to deploy CAS as cluster: 1. Use dockerfile of CAS > build docker > deploy docker on rancher. You can increase rancher pod to create cluster. 2. If you don't use dockerfile, you could config CAS behind HA Proxy https://apereo.github.io/2018/01/05/cas-deployment-with-proxy/ BRs
Vào Th 2, 1 thg 3, 2021 vào lúc 01:54 Morning Star <[email protected]> đã viết: > Hi Team, > > I am working on *CAS upgrade from 3.+ version to 6.2.2*. > In clustered environment, I am facing an issue. > I am able to login successfully. On click of document link inside my > homepage, we are connecting to another domain to fetch document. > We are getting some port number appended in URL like below: > *https://domain2.com:11611/ex/cp?Context=D&ticket=ST-4-kHJ36-iShtjErmRRJqz029tV0rY-server1 > <https://domain2.com:11611/ex/cp?Context=D&ticket=ST-4-kHJ36-iShtjErmRRJqz029tV0rY-server1>* > and > getting domain2.com refused to connect in browser. > > In previous implementation, I suspect, this may be configured as a part of > cluster environment. We are using tomcat server for CAS and for document we > are using websphere. > > We could see configuration something like below: > Proxy Pass /documents https://server2.int.com:11611/ex/cps > Proxy PassReverse /documents https://server2.int.com:11611/ex/cps > > Proxy Pass /ex/cps https://server2.int.com:11611/ex/cps > Proxy PassReverse /ex/cps https://server2.int.com:11611/ex/cps > > Proxy Pass /cas https://server1.int.com:10511/cas > Proxy PassReverse /cas https://server1.int.com:10511/cas > Can someone please explain why it is configured like this with port > number? > How to make this work? > Whether change needs to be done from developer side or > DevOps/Configuration Management team? > Do we have any other way to handle this? > > Thanks in advance! > > Regards, > Anusuya. > > -- > - Website: https://apereo.github.io/cas > - Gitter Chatroom: https://gitter.im/apereo/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://goo.gl/mh7qDG > --- > 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/a30311c2-e29c-4980-a901-b186e37daa07n%40apereo.org > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/a30311c2-e29c-4980-a901-b186e37daa07n%40apereo.org?utm_medium=email&utm_source=footer> > . > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- 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/CAEjUsAg%2B9mNSCRWqch3RLV1hr9qGsUFVrd%2BzQMedUG8vXObMWw%40mail.gmail.com.
