I want to use the embedded tomcat as the container that is why I have <app.server>-tomcat</app.server>
in the pom. But somehow my embedded container working. I have created the keystore. Exported the certificate to /etc/cas/config/ and also to the global home $JAVA_HOME/jre/lib/security/cacerts Yet when I run the ./build.sh run it doesn't show cas is ready On Saturday, October 20, 2018 at 4:19:33 AM UTC+8, CanaryJudge wrote: > > > <!-- app.server could be -jetty, -undertow, -tomcat, or* blank if you > plan to provide appserver* --> > <app.server>-tomcat</app.server> > > try... > > <!-- app.server could be -jetty, -undertow, -tomcat, or* blank if you > plan to provide appserver* --> > <app.server></app.server> > -- - 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/9a0582d1-2b20-42cd-bcba-ffbcbb4ca9c6%40apereo.org.
