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.