Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2019-05-21 Thread Ray Bon
Va, 'usage' in mvnrepository means how many projects have a dependency on that project, not number of downloads. Ray On Sun, 2019-05-19 at 07:28 -0700, Va Sja wrote: Hmm... ..looks really like "Security through obscurity" :(( Guys - how many peoples use CAS worldwide? looks like nobody? SRC:

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2019-05-19 Thread Va Sja
Hmm... ..looks really like "Security through obscurity" :(( Guys - how many peoples use CAS worldwide? looks like nobody? SRC: https://mvnrepository.com/artifact/org.apereo.cas/cas-server-webapp Am Freitag, 31. August 2018 13:05:02 UTC+2 schrieb 党田力: > > I had test on 5.2.6 adn 5.2.7 version

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2019-05-19 Thread Va Sja
What about 5.3.x? :-D Am Dienstag, 15. Mai 2018 00:47:36 UTC+2 schrieb Man H: > > > where are these pointing to: > > cas.serviceRegistry.json.location for 5.2.x > or > cas.serviceRegistry.config.location for 5.1.x > > 2018-05-14 19:41 GMT-03:00 Jann Malenkoff >: > >> FYI --- the following

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-09-03 Thread abdellhak tlili
please can you share with me your LDAP configuration , exactly the modification of the file "cas.properties" modification , have you modfied some classes in the overlay.? thanks alot Le lundi 3 septembre 2018 03:21:33 UTC+2, 党田力 a écrit : > > But 5.1.9 works. > Why? > > 在 2018年8月31日星期五

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-09-03 Thread abdellhak tlili
please can you share with me your LDAP configuration , exactly the modification of the file "cas.properties" modification , have you modfied some classes in the overlay.? thanks alot Le lundi 3 septembre 2018 03:21:33 UTC+2, 党田力 a écrit : > > But 5.1.9 works. > Why? > > 在 2018年8月31日星期五

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-09-02 Thread 党田力
But 5.1.9 works. Why? 在 2018年8月31日星期五 UTC+8下午9:46:17,Francois Campbell写道: > > Hi. > > I believe only one of the two should be in the pom.xml file at a time. > > Regards > *Francois Campbell* > Teaching and Learning Product Lead > > > > > > > On Fri, 31 Aug 2018 at 13:05, 党田力 > > wrote: > >>

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-08-31 Thread Francois Campbell
Hi. I believe only one of the two should be in the pom.xml file at a time. Regards *Francois Campbell* Teaching and Learning Product Lead On Fri, 31 Aug 2018 at 13:05, 党田力 wrote: > I had test on 5.2.6 adn 5.2.7 version > Only append `cas-server-support-json-service-registry` to

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-08-31 Thread 党田力
I debug the JsonServiceRegistryConfiguration, the class is not loaded. Then I change the version of spring from 1.5.12 to 1.5.15, nothing changes. 在 2018年8月31日星期五 UTC+8下午7:05:02,党田力写道: > > I had test on 5.2.6 adn 5.2.7 version > Only append `cas-server-support-json-service-registry` to pom.xml,

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-08-31 Thread 党田力
I had test on 5.2.6 adn 5.2.7 version Only append `cas-server-support-json-service-registry` to pom.xml, the ' cas.serviceRegistry.initFromJson=true' is worked. Only append `cas-server-support-jpa-service-registry` to pom.xml, the database is worked. But I append both them, the services defined

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-15 Thread Jann Malenkoff
Hi David: You Sir --- are a gentleman and a scholar. Very much appreciated from both of us. Working exactly as you have outlined. Please accept out utmost gratitude. On Tuesday, May 15, 2018 at 5:15:55 AM UTC-7, David Curry wrote: > > Lionel and Jann, > > Did you ever have the JSON service

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-15 Thread David Curry
Lionel and Jann, Did you ever have the JSON service registry working? If not, I recommend that you take all the JPA stuff out of pom.xml and cas.properties and get that working correctly first, so that you're only trying to debug one thing at a time. Once you have the JSON service registry

RE: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-15 Thread King, Robert
ervice Registry -- Getting the 1st Application Entered I had a minor Eureka moment --- but it came to fraught (partially). I has a typo in the 'cas.properties' file: cas.serviceRegistry.json.location:file:/etc/cas/service i,e, 'service' instead of 'services' --- corrected now (validated that the json

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Lionel Samuel
Changing in "cas.properties" 'cas.serviceRegistry.json.location:file:/etc/cas/services' to 'cas.serviceRegistry.json.location:foobar:/etc/cas/services' The above does not generate an error message --- is that a sign it's not loaded? On Monday, May 14, 2018 at 8:25:37 PM UTC-7, Lionel Samuel

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Lionel Samuel
I'm working with Jann -- attached is our pom file (we call the jar my-cas -- which is reflected in the URLs). It does not look like the JSON file is loaded -- I don't think it's pom related --- but at the moment we are both stumped so anything goes. 2018-05-14 20:23:17,715 WARN

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Jann Malenkoff
Attached is my 'cas.properties' file --- in case I may be missing something there (very likely) On Monday, May 14, 2018 at 5:09:12 PM UTC-7, Jann Malenkoff wrote: > > I had a minor Eureka moment --- but it came to fraught (partially). > > I has a typo in the 'cas.properties' file: >

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Jann Malenkoff
I had a minor Eureka moment --- but it came to fraught (partially). I has a typo in the 'cas.properties' file: cas.serviceRegistry.json.location:file:/etc/cas/service i,e, 'service' instead of 'services' --- corrected now (validated that the json files are in '/etc/cas/services'). But still

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Jann Malenkoff
I'm on 5.2.4 --- I had earlier the 5.1 (i.e. cas.serviceRegistry.config.location) in 'cas.properties'--- now, updated to below (the 5.2.x version) cas.serviceRegistry.json.location:file:/etc/cas/service cas.serviceRegistry.initFromJson=true Still getting error below: 2018-05-14 16:11:41,016

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Man H
where are these pointing to: cas.serviceRegistry.json.location for 5.2.x or cas.serviceRegistry.config.location for 5.1.x 2018-05-14 19:41 GMT-03:00 Jann Malenkoff : > FYI --- the following appears in 'catalina.out' when attempting to access ' >

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Richard Frovarp
Yes, you would want to flip that to true. There should be something in the logs. I don't remember which component actually does the work to do the initial import, if it is the server or the manager. I do seem to recall one of them logging something about importing it. On 05/14/2018 05:41 PM,

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Jann Malenkoff
FYI --- the following appears in 'catalina.out' when attempting to access 'http://localhost:8080/cas-management/manage.html,'. 2018-05-14 15:39:09,152 WARN [org.apereo.cas.services.web.ServiceThemeResolver] -

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Jann Malenkoff
Hi Richard: I have the following in 'cas.properties': cas.serviceRegistry.initFromJson=true Is that correct to enable the first read from JSON? I have been staring at the screen for so long and begining to doubt myself w.r.t true/false flags. On Monday, May 14, 2018 at 3:30:38 PM UTC-7,

Re: [cas-user] Service Registry -- Getting the 1st Application Entered

2018-05-14 Thread Richard Frovarp
Do you have initialization on from JSON? Not sure if it will use your file or just the defaults. Either way, it should get you into the manager. Then you configure the manager service, and turn that property off. # Auto-initialize the registry from default JSON service definitions #