Warning | ||
---|---|---|
| ||
Before CAS server 4.0.0, the services management webapp is part of the CAS server and can be accessed through an url like : https://localhost:8443/cas/services/. With the new major version 4.0.0 of CAS, the services management webapp is a separate webapp in the cas-management-webapp module, which can be accessed through an url like : https://localhost:8443/management/. |
What is Services Management?
...
To get started, type in the following link to view the web interface (as of CAS 3.1.1), then you will be directed to the Editing page.
Code Block |
---|
https://localhost:8443/cas/services/
|
Remark: The host and port may have been changed according to the Configuring page.
Info | ||
---|---|---|
| ||
As above, it is normally assumed you have configured the https protocol for the servlet container (e.g., tomcat) that will host your CAS server deployment. However, if demoing the CAS server without configuring for https protocol, you can use the default host and port configuration. http://localhost:8080/cas/services/
|