If you are using the cas-overlay-template repository to build your cas.war, in the file gradle.properties set the following property:
executable=true This should produce the executable version you are looking for. From: [email protected] <[email protected]> On Behalf Of Brandon Hume Sent: Wednesday, April 14, 2021 11:58 AM To: CAS Community <[email protected]> Subject: [EXTERNAL SENDER] [cas-user] CAS 6.3.x build question: Executable .war file The documentation at https://apereo.github.io/cas/6.3.x/installation/Configuring-Servlet-Container.html says that CAS can be built as a "fully executable web application", meaning it'll embed a launch script into the war and then you can straight-up just ./cas.war to launch the server. This is advantageous in our environment for a number of reasons, but I can't find any evidence in the gradlew tasks to build it this way, nor the build.gradle script, and the default .war produced certainly doesn't have this ability. Is the documentation wrong? -- - 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]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/18b1a97b-6a8e-40a9-8f73-26f07e943ea1n%40apereo.org<https://groups.google.com/a/apereo.org/d/msgid/cas-user/18b1a97b-6a8e-40a9-8f73-26f07e943ea1n%40apereo.org?utm_medium=email&utm_source=footer>. -- - 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/57fa6151dafd4585b89f1d621046ccfb%40mun.ca.
