casinthecloud / cas-overlay-demo

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

Doesn't seem to be working in Tomcat #22

Closed SatGarcia closed 2 years ago

SatGarcia commented 2 years ago

I was able to successfully build the war file using mvn clean package and copied the resulting war file over to my tomcat /webapps directory. Tomcat is running and reports that the war file should be available at /cas but I always get 404 errors such as the following:

HTTP Status 404 – Not Found

Type Status Report

Message The requested resource [/cas/login] is not available

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

Apache Tomcat/10.0.22

Any suggestions on what might be going wrong?

leleuj commented 2 years ago

I just tested with Tomcat 9 and it works. Are you sure you don't have any error in some logs file?