<dependencies>
<dependency>
<groupId>org.apereo.cas</groupId>
<artifactId>cas-mgmt-webapp-tomcat</artifactId>
<version>${mgmt.version}</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
</dependencies>

once i run it with `java -jar cas-management.jar 
--spring.profiles.active=management` and I open it url 
`localhost:8443/cas-management` it redirect me on 
`https://cas.example.org:8443/cas/login`

why is this happening instead of redirecting me on the referenced cas 
server I've declered under application-management.properties the following 
properties

cas.server.name=http://localhost:8443
cas.server.prefix=${cas.server.name}/cas
server.servlet.context-path=/cas-management
server.port=8443

the file properties work properly because when i change the server port 
also tomcat port change with it

-- 
- 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/1c004fb5-a28d-4a53-a0ea-9682e789c6b8n%40apereo.org.

Reply via email to