Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install PostgreSQL and create a database called ispn and fcrepo and a user account that can access it
  2. Run Fedora with the following JAVA_OPTS:

...

Code Block
languagexml
<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
languagexml
<jdbc:data-source jndi-url="java:comp/env/jdbc/ispnfcrepo"/>

Modeshape 5.x

Databases tested with the experimental Modeshape 5.0 branch:

...