AW: crashing IdP db connection
Cantor, Scott
cantor.2 at osu.edu
Tue Apr 4 10:00:46 EDT 2017
> The database connection is fine, something goes wrong with the
> IdP/tomcat pool connection towards the localhost connection to mariadb
> when the users/app URL changes its already recorded CAS Session
> corresponding to the initial CAS URL.
That change is in fact a change. URLs are case sensitive. And keys in storage are also. So I would say this database is not set up appropriately perhaps. I'm assuming Hibernate understands that keys are not inherently case insensitive.
Also, you shouldn't use a Tomcat data source here, use a Spring bean inside the application declared in global.xml or a similar location. That may help a bit with overall stability (or not).
-- Scott
More information about the users
mailing list