Re: [cas-user] Trying to add bootstrap theme, not sure about template syntax

2018-04-18 Thread Teddy Brown
, 2018 at 7:43:14 PM UTC-4, Manfredo Hopp wrote: > > just add your own css : > > th:href="@{/webjars/bootstrap/3.3.6/css/bootstrap.min.css}" /> > > > > 2018-04-18 20:29 GMT-03:00 Teddy Brown > > : > >> Hi, >> I'm trying to add the

[cas-user] Trying to add bootstrap theme, not sure about template syntax

2018-04-18 Thread Teddy Brown
Hi, I'm trying to add the Bootstrap theme to my CAS template, but the syntax here in Thymeleaf confuses me a bit. Where are these references set? I was able to find Bootstrap which appears to be from webjars, in target/cas/WEB-INF/lib/bootstrap-3.3.7-1.jar I've looked at Webjars and

Re: [cas-user] Memcache Ticket Registry HA

2018-04-10 Thread Teddy Brown
e. On Tuesday, April 10, 2018 at 11:51:18 AM UTC-4, rbon wrote: > > Teddy, > > I have not used memcached. To accomplish your goal you would need a > replicated cache. > How often do you plan to restart your servers? Will your users to notice? > > Ray > > On Tue, 2018-04

Re: [cas-user] Memcache Ticket Registry HA

2018-04-10 Thread Teddy Brown
cated cache. > How often do you plan to restart your servers? Will your users to notice? > > Ray > > On Tue, 2018-04-10 at 08:07 -0700, Teddy Brown wrote: > > Is it possible to get High Availability with the memcache ticket > registry? > > I only have these at

[cas-user] Memcache Ticket Registry HA

2018-04-10 Thread Teddy Brown
Is it possible to get High Availability with the memcache ticket registry? I only have these attributes configured currently and it works. However it seems if the Memcached instance on either host is restarted (or the host is restarted) that CAS continues to function as expected, any tickets

Re: [cas-user] Customizing messages

2018-04-09 Thread Teddy Brown
ob, IIRC. > > --Misagh > > ------ > > *From: *"Teddy Brown" > > *To: *"CAS Community" > > *Sent: *Monday, April 9, 2018 12:26:02 PM > *Subject: *[cas-user] Customizing messages > > Hi, > We recently found need to

[cas-user] Customizing messages

2018-04-09 Thread Teddy Brown
Hi, We recently found need to customize a handful of messages in messages.properties. We use the CAS Maven overlay template from GitHub. To override messages on 5.0 we took the source messages.properties file and placed it in src/main/resources which works. Recently we updated to 5.2, I jus