Follow the steps in this tutorial. https://dacurry-tns.github.io/deploying-apereo-cas/building_svcmgmt_overview.html
On Tue, Jul 16, 2019 at 2:26 PM M.Pedis <[email protected]> wrote: > > Hi Everyone , > > I successfully deployed CAS 6.1.0-RC5-SNAPSHOT and i am able to login with > ldap account. Everything works properly up to this point. I just want to > deploy cas management for manage json-services but i could not deploy > cas-management web ui. > I added ldap and service-registry dependincies to build.gradle file , then > it build cas-management.war successfully. ( > https://github.com/apereo/cas-management-overlay) > > build.gradle file ; > > dependencies { > if (project.hasProperty("external")) > { > compile > "org.apereo.cas:cas-mgmt-webapp:${project.'casmgmt.version'}" > } else > { > compile > "org.apereo.cas:cas-mgmt-webapp${project.appServer}:${project.'casmgmt.version'}" > } > compile > "org.apereo.cas:cas-server-support-ldap:${project.'casmgmt.version'}" > compile > "org.apereo.cas:cas-server-support-json-service-registry:${project.'casmgmt.version'}" > } > > > Could someone help me about configuration of cas.properties and > cas.management properties? What should i write in it to gain access for > cas-management web page, and also cas-status dashboard? > > Thanks for all your help and guidence... > > > -- > - 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/f997b827-43f4-4421-8246-b52749c7e90c%40apereo.org > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/f997b827-43f4-4421-8246-b52749c7e90c%40apereo.org?utm_medium=email&utm_source=footer> > . > -- Best regards, ------------------------------------ [image: photo] *Abdelrahman Halawa* Teacher Assistant, Computer and Systems Department, Al-Azhar University +2 01008131693 <+2+01008131693> | [email protected] | Skype: abdelrahmanhalawa <https://mail.google.com/mail/u/0/#> | Maadi, Cairo, Egypt <http://eg.linkedin.com/pub/abdelrahman-halawa/2b/689/886> <http://twitter.com/Abdelrahman_S_H> -- - 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/CAMKQGEbTM3AaeHTzy%3DuaD3axz3n%2BFo2Gjj3Faa7jnYEcAhC5Sg%40mail.gmail.com.
