I am attempting to recreate my university's cas installation from version 3.5 currently in production to the new 5.2. The service manager in use now uses j_acegi_cas_security_check. As far as I can tell from the documentation this has been separated into a new webapp, which I am currently exploring at https://github.com/apereo/cas-management-overlay.
Is this the intended replacement service manager? Assuming that it is I need to plan how to run these webapps from a single server. Initially I was planning to use the maven cas-overlay's embedded tomcat server to serve cas. Ideally the server would not need to run two instances of tomcat. If I was to run only the executable war for cas is there a way to package the cas-management.war and run it from the cas embedded tomcat? I could imagine just adding the war to the work directory of the cas tomcat build, but the build folder doesn't contain cas.war, or any tomcat config files, so I am a little confused as to how this would work. Is there some intended way to do this I am overlooking? Or is the best option to just package both webapps to run on my own servlet container, and run from a locally installed tomcat on my server? -- - 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/CAMM6z%2BKUq%3DVwq4EL4hdLuV%3D-WovpYLhD-vT8o2%3DhhZpinM7Xwg%40mail.gmail.com.
