[cas-user] Are dynamic service URLs allowed?

2019-07-28 Thread Gayashan Bombuwala
HI all, I want to know whether dynamic service URLs are allowed for a CAS client application. For example assume that we configure the CAS client service URL as *https://localhost:8080/cas-client/* Now, my question is if we access a URL like *https://localhost:8080/cas-client/?next=https://loc

Re: [cas-user] CAS 3.5.x CPU utilization problem

2019-07-28 Thread abdelrahman halawa
Nice, I will try your JVM settings. By the way, the CPU reaches about 100% only with Java (CAS). Here my Tomcat configuration: server.max-http-header-size=2097152 server.use-forward-headers=true server.connection-timeout=2 server.error.include-stacktrace=NEVER server.compression.enabled=true s

Re: [cas-user] CAS 3.5.x CPU utilization problem

2019-07-28 Thread David Curry
Well, I'm not too knowledgeable about Windows Server, but that seems reasonable. Is the server in general at 90% CPU, or is it the actual Java process that's at 90%? I don't run the embedded server so don't know its defaults -- What's the Java heap size limited to? Should be less than the physical

Re: [cas-user] CAS 3.5.x CPU utilization problem

2019-07-28 Thread abdelrahman halawa
How many CPUs? *4X* Intel(R) Xeon(R) @ 2.40GHz, 2400 Mhz, 2 Core(s) How much memory? 16G What operating system? Windows Server 2012 What else is running on the server (nothing, hopefully)? Nothing Is the server paging or swapping (you don't want it to be)? The default of Windo

Re: [cas-user] CAS 3.5.x CPU utilization problem

2019-07-28 Thread David Curry
How many CPUs? How much memory? What operating system? What else is running on the server (nothing, hopefully)? Is the server paging or swapping (you don't want it to be)? If you're running on Linux VMs, do you have an entropy source for the crypto (you should)? -- DAVID A. CURRY, CISSP *DIRECTO

[cas-user] Re: OAuth profile return fields as arrays

2019-07-28 Thread first_step_with_CAS
Bump question W dniu środa, 24 lipca 2019 11:26:24 UTC+2 użytkownik first_step_with_CAS napisał: > > Why OAuth user profile return fields as arrays? > { >"number":[ > "1234" >], >"fullname": [ >"John Smith" >], >"email":[ > "em...@example.com" >],

[cas-user] CAS 3.5.x CPU utilization problem

2019-07-28 Thread abdelrahman halawa
Hello all, I noticed that the CPU utilization of my CAS server reaches above 90% with only 75 concurrent users or maybe less. Has this happened with you as well? Any suggestions to overcome this? I use embedded Tomcat with default settings. Thanks in advance. -- - Website: https://apereo.gi

[cas-user] CAS 3.3.x CPU utilization

2019-07-28 Thread abdelrahman halawa
Hello all, I noticed that the CPU utilization of my CAS server reaches above 90% with only 75 concurrent users or maybe less. Has this happened with you as well? Any suggestions to overcome this? I use embedded Tomcat with default settings. Thanks in advance. -- - Website: https://apereo.git

Re: Re[2]: [cas-user] default locale setting

2019-07-28 Thread Meysam Shirazi
I'v test default locale in version 3.5.7 but it's not working for me too! I'm debugging the code so I see that it's set correctly in org.apereo.cas.configuration.model.webapp.LocaleProperties also in org.apereo.cas.config.CasWebAppConfiguration but it seems that something changed because of som