Re: [cas-user] CAS 6.x Error while deploying cas.war in external tomcat container

2019-04-19 Thread The Jej
Hi Ray, thanks for your answer. I don't think I'm using spring cloud. At least, I haven't configured anything special for it during configuration process. It seems that CAS is not starting the same way between embeded and standalone. The HEADER text is different. embedded server start with a big

Re: [cas-user] CAS 6.x Error while deploying cas.war in external tomcat container

2019-04-18 Thread Ray Bon
Jeremy, If you are using cloud config, add or edit TOMCAT_HOME/bin/setenv.sh CATALINA_OPTS="$CATALINA_OPTS -Dspring.cloud.config.uri=https://rbon:passw...@local.uvic.ca/config"; CATALINA_OPTS="$CATALINA_OPTS -Dspring.cloud.config.enabled=true -Dspring.cloud.config.label=rbon" The uri is for th

[cas-user] CAS 6.x Error while deploying cas.war in external tomcat container

2019-04-18 Thread The Jej
Hello everyone, I'm trying to deploy my cas.was into an external tomcat container (not embedded) but I get an error during deployment. When using embedded tomcat it's working correctly. I build the war with the command: *gradlew clean build* I think the problem is relative to spring boot