[cas-user] Help understanding how to define a log location for the configserver and management server overlays?

2022-05-24 Thread Joe Gullo
Looking through the cas configserver options, is there a way to redirect logs to /var/log/cas/? I can't find a way to get log4j2 to be picked up in the config server. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1V

[cas-user] Assistance building CAS Management Overlay, "Could not find org.apereo.cas:cas-server-support-bom:."

2022-05-27 Thread Joe Gullo
I've been trying to build CAS Management Overlay, but I'm finding the documentation a bit difficult to follow. My understanding is it should produce a standalone war, correct?I have a deployment procedure that follows this: cd /opt/cas rm -Rf /opt/cas/cas-management.orgname getcas --directory

Re: [EXTERNAL SENDER] [cas-user] Assistance building CAS Management Overlay, "Could not find org.apereo.cas:cas-server-support-bom:."

2022-05-27 Thread Joe Gullo
UTC-7 ro...@mun.ca wrote: > This typically indicates that you are missing the OpenJDK development > packages. > > > > Previous thread: > > > > > https://groups.google.com/a/apereo.org/g/cas-user/c/HOiMGSumH5c/m/yof4tIlNBAAJ > > > > *From:* cas-...

Re: [cas-user] Assistance building CAS Management Overlay, "Could not find org.apereo.cas:cas-server-support-bom:."

2022-05-27 Thread Joe Gullo
etcas? > > Perhaps what you were attempting was building the main project. That is > for developers, deployers use the overlays. > > Ray > > On Fri, 2022-05-27 at 09:02 -0700, Joe Gullo wrote: > > Notice: This message was sent from outside the University of Victoria

Re: [cas-user] Assistance building CAS Management Overlay, "Could not find org.apereo.cas:cas-server-support-bom:."

2022-05-31 Thread Joe Gullo
27; >if [ -n "${JAVA_HOME+x}" ]; then > removeFromPath $JAVA_HOME >fi >export JAVA_HOME=`/usr/libexec/java_home -v $@` >export PATH=$JAVA_HOME/bin:$PATH > fi > } > > Thanks, > Trev > > On Fri, 27 May 2022 at 21:30, Joe Gullo wrote:

[cas-user] Before I complete a deployment, can I get a sanity check of my architecture plan?

2022-05-31 Thread Joe Gullo
I'm a sysadmin with no spring/java/cas experience, but I've been tasked with taking a cas instance deployed by a vendor in ~2014 and bringing it up to date with modern cas. I've read the docs extensively, but I'm still feeling like I may be making structural mistakes that I'd like someone with

Re: [cas-user] Before I complete a deployment, can I get a sanity check of my architecture plan?

2022-06-01 Thread Joe Gullo
y-tns.github.io/deploying-apereo-cas/introduction_overview.html > > There are management endpoints that may also prove useful. > https://apereo.github.io/cas/6.5.x/monitoring/Monitoring-Statistics.html > > This blog may also be helpful > https://fawnoos.com/blog/ > > R

[cas-user] For Cas Config Server, where is the default log location?

2022-06-06 Thread Joe Gullo
Running the config server, built from initializr, I'm getting this error in the log: 2022-06-03 16:12:19,543 main ERROR Unable to create file casconfigserver.log java.io.IOException: Permission denied For Cas and Cas Management Server, I can define an alternate log4j.xml and specify a ${base

[cas-user] Re: For Cas Config Server, where is the default log location?

2022-06-06 Thread Joe Gullo
ileName="/var/log/cas/casconfigserver.log" on line 12 3b) I changed filePattern="cas-%d{-MM-dd-HH}-%i.log" to filePattern="/var/log/cas/cas-%d{-MM-dd-HH}-%i.log" on line 13 4) Rebuild the overlay war and run that. On Monday, June 6, 2022 at 9:59:21 AM UTC-

[cas-user] Trouble with ActiveMQ/Artemis JMS ticketing system on Cas 6.5.6.

2022-07-20 Thread Joe Gullo
We have a cas environment with 2 front ends, and want to point to a central jms server for distributed ticketing. We have artemis set up on a third box (not using artemis specifically, just using it as the next activemq release). Auth is handed off via delegated saml (to okta) so pac4j is used