Update/solution (?) for others potentially running into my issue: It appears that I was going to the wrong site to see if it worked. I was going to https://localhost:8443 and it was showing a 404 page, but turns out I needed to go to https://localhost:8443/cas which led to a log in page.
It appears all I needed to do was create "SAML" and "Services" folders in the "/etc/cas/" directory. I had to copy and paste the keystore from a previous project however. That seems to still be an issue. On Wed, Jul 3, 2024 at 9:29 AM Benjamin Chang <[email protected]> wrote: > I tried creating a thekeystore folder in /etc/cas and that just seems to > cause more erroring to occur when I run the './gradlew createkeystore'. > From my understanding looking at a different build of cas, the keystore is > just a file with no extension so a folder isnt the right type and I'm not > sure how else to create the keystore aside from keytool or ./gradlew? > > On Wed, Jul 3, 2024 at 9:22 AM Ray Bon <[email protected]> wrote: > >> Benjamin, >> >> You can create directories and files as necessary; then rebuild. >> >> Ray >> ------------------------------ >> *From:* [email protected] <[email protected]> on behalf of Ben < >> [email protected]> >> *Sent:* 02 July 2024 08:46 >> *To:* CAS Community <[email protected]> >> *Subject:* [cas-user] CAS files not generating >> >> You don't often get email from [email protected]. Learn why this is >> important <https://aka.ms/LearnAboutSenderIdentification> >> >> Hello, >> >> >> >> I am trying to generate a deployment of CAS 7.0. From reading the >> documentation, I should (and am hopefully) using a clean WAR Overlay build. >> I am using guides I found in the CAS Community such as the following: >> >> - >> >> https://paulchauvet.github.io/deploying-cas/building-cas/initial-cas-config/ >> - https://fawnoos.com/2023/12/15/cas70x-gettingstarted-overlay/ >> >> >> >> I am going the route of checking out (and creating my own branch of) >> branch 7.0 from https://github.com/apereo/cas-overlay-template/tree/7.0 >> instead of doing the curl command. I then run the “./gradlew clean build” >> command. That works. Next, from all the documentation, it mentions to look >> into the cas.properties files among others. When I look into the etc/config >> folder, I seem to be missing many files like the SAML and Services folder, >> and the keystore. Having missing SAML and Services folders causes my builds >> to fail too. >> >> >> >> How does one generate the files (among others I’m sure I’m missing)? Am I >> missing an obvious step? >> >> >> >> Thanks, >> >> Benjamin Chang >> >> -- >> - 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/de826b53-7e44-4bb1-9f77-5e4ca5c36e38n%40apereo.org >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/de826b53-7e44-4bb1-9f77-5e4ca5c36e38n%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/YT3PR01MB994671D7728513A805991CEACEDD2%40YT3PR01MB9946.CANPRD01.PROD.OUTLOOK.COM >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/YT3PR01MB994671D7728513A805991CEACEDD2%40YT3PR01MB9946.CANPRD01.PROD.OUTLOOK.COM?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/CAKZ%3Dx104DRDjmTt6uPw7gOMuSmhOkewJkCAoqYfppjF1hxS7DA%40mail.gmail.com.
