...
In summary, use the plugin
command that ships with the IdP to install the plugin from either a local file pre-downloaded, from a URL or by pluginId 4.2
Installation
C:>\opt\shibboleth-idp\bin\plugin.bat -I net.shibboleth.plugin.storage.jdbc
...
Once it works you can change bean names appropriately and add any extra configuration as detail below.
Database Preparation
If you are not upgrading from a JPAStorageService configuration you need to:
...
Having located, downloaded and verified the connection pooling jar you should place it in edit-webapp/WEB-INF/lib.After populating edit-webapp/WEB-INF/lib you should execute bin/build.sh or bin/build.bat as appropriate for your environment
Configuration
You need to add the definition of a bean derived from shibboleth.JDBCStorageService
into an appropriate configuration file (usually global.xml). The options you can provide to the bear are detailed below.
...