Cas 5 jdbc service registry conflicting with cas-management service registry
11 views
Skip to first unread message
Manfredo Hopp
unread,
Apr 11, 2017, 5:08:38 PM4/11/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cas
Hi,
recently installed version 5.0.4 of cas and cas-management running on same tomcat 8.5.5.
My configuration included jdbc serviceRegistry having in mind what documentation says about same definition for cas server and web application.
Since both are sharing the same configuration probles arose in cofiguring jdbc.autoddl since default is create-drop for both. So what I set up in order to avoid one conflicting with other is create-drop for the first running and none for the next runs in cas server configuration and update in web application.
What I couldnt avoid is that additional services defined as json in server are overwritten by cas-management services.
So my questino is if this configuration is rigth or is it mandatory to define services through cas-management.