...
- Install PostgreSQL and create a database called
ispn
andfcrepo
and a user account that can access it - Run Fedora with the following
JAVA_OPTS
:
...
Code Block | ||
---|---|---|
| ||
<Context path="/fcrepo"> <Resource name="jdbc/ispnfcrepo" auth="Container" type="javax.sql.DataSource" username="***********" password="*************" driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://127.0.0.1:3306/ispnfcrepo?createDatabaseIfNotExist=true" factory="org.apache.commons.dbcp.BasicDataSourceFactory" /> </Context> |
...
Code Block | ||
---|---|---|
| ||
<jdbc:data-source jndi-url="java:comp/env/jdbc/ispnfcrepo"/> |
Modeshape 5.x
Databases tested with the experimental Modeshape 5.0 branch:
...