, 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
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
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
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
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
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
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