casinthecloud / cas-overlay-demo

CAS server demo using the Maven overlay
https://www.casinthecloud.com
73 stars 36 forks source link

Unable to access http://localhost:8080/management #3

Closed mblund closed 11 years ago

mblund commented 11 years ago

I have problem reaching the managment url. I have followed the instructions

But in the last step I get redirected to http://localhost:8080/cas-management/j_spring_cas_security_check?ticket=... which only shows

HTTP ERROR: 404 Problem accessing /cas-management/j_spring_cas_security_check. Reason: Not Found Powered by Jetty://

The only error message I can see is the warning on the CAS authenticate page: "Non-secure Connection. You are currently accessing CAS over a non-secure connection. Single Sign On WILL NOT WORK. In order to have single sign on work, you MUST log in over HTTPS."

leleuj commented 11 years ago

I just fixed the context path for the management webapp : should be ok now...

mblund commented 11 years ago

ok, I tried it now and it works fine to access /cas-management. Maybe a good idea to update readme text from http://localhost:8080/management to http://localhost:8080/cas-management