What is the result of server.prefix while running? Are you performing any maven filtering?
We have some values filtered into our CAS application at build time. I found that maven would perform a substitution of the project name (defined at the top of pom.xml) for any variable ending in .name; e.g., ${server.name} or ${foo.bar.name}. I changed the few locations in the code from ${server.name} to ${server.nom}. Ray P.S. When I get some breathing room I intend to investigate this more and submit a bug report (to Maven) if I can reproduce with a simple project. On 2015-10-16 14:07, Jonas Steinberg wrote: > so my ticketRegistry starts but the page I pointed cas.properties at does not > resolve the basic cas login screen. Here's my cas.properties file in a > nutshell: > > server.name=https://myserver.com:8080 > server.prefix=${server.name}/cas > cas.securityContext.status.access=hasIpAddress('IPv4serveraddress') > cas.security.statistics.access('IPv4serveraddress') > host.name=myserverhostname > > I haven't changed anything else. It starts without errors but the page > doesn't resolve. > > The cas.properties is attached. > > -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user