Home > webidrepository

webidrepository

Webidrepository is a project mainly written in JAVA and JAVASCRIPT, based on the BSD-3-Clause license.

This is the WebID Repository for the JISC Access and Identity Management using Social Networking Technologies.

It uses the Corypha framework (small developed as part of this project), which is based on Restlet and provides features such as templates and persistence.

The Webapp module is intended to be run within a servlet contain (from its war file). The configuration is based on JNDI.

Because this webapp issues certificates, it needs a keystore (with a private key with which to sign these certificates). This can be configured within server.xml in Tomcat (for example) as follows:

Note that you would need to adapt to Hibernate driverClassName attribute for your JDBC driver and the 'hibernate/dialect' environment value to the fully qualified name of the hibernate dialect matching this driver. You may need to download the JDBC driver you want to use (the one from Oracle could not be bundled for licensing reasons) and place it in the lib directory of your servlet container.

Previous:mine