Skip Navigation

Sign up

If you sign up for an account on this web site you can customise elements of this site and subscribe to an email newsletter.

If you have an account on this web site you may login.

If you have an account on this site but have forgotten your user name and / or your password then you can request an account reminder email.

Database storage configuration

This page explains how to configure JSpider with MKSearch to use MySQL or PostgreSQL to store index triple statements. It also explains how to configure the servlet context to query the database store.

The configuration parameter names for database storage are common to JSpider indexing and servlet configuration, as follows.

dbVendor
Accepted values: mysql or pgsql for MySQL or PostgreSQL respectively.
dbName
The name of the database that will be used to store the indexed triple statements and submit queries.
dbUser
A database user name that corresponds with the named database.
dbPass
The database password that corresponds with the relevant user name.
dbName
The name of the database that will be used to store the indexed triple statements and submit queries.

JDBC drivers for MySQL and PostgreSQL

The JDBC driver for the relevant database must be available to the Java Virtual Machine at runtime. The drivers for MySQL and PostgreSQL are included in the MKSearch $mk_home/lib-opt directory:

  • mysql-connector-java-3.1.11-bin.jar
  • postgresql-8.0-311.jdbc3.jar

JSpider classpath setting

To use database storage for JSpider indexing, add the database driver to the relevant script in the $mk_home/bin directory, e.g. java-jspider.sh below:

java -cp $mk_home/lib-opt/mysql-connector-java-3.1.11-bin.jar:$mk_home/lib/jspider.jar:$mk_home/lib/gnu-jaxp.jar:$mk_home/lib/sesame.jar:$mk_home/lib/jtidy.jar:$mk_home/dist/mksearch.jar:$mk_home/lib-opt/commons-logging.jar -Djspider.home=$mk_home net.javacoding.jspider.JSpider $1 $2

JDBC drivers for Tomcat

To build the relevant JDBC driver into the MKSearch WAR file, place a copy of the JAR file in the Web application library directory at: $mk_home/src/app/WEB-INF/lib

Re-build the WAR using the instructions in Tomcat on FC4.

JSpider database storage configuration

A sample database configuration is included at $mk_home/conf/rdfstoredb that targets a PostgreSQL database called mksearch_test.

Database store manager class

The StoreManager type that handles database storage is com.mkdoc.store.DatabaseStoreManager, which is configured with the following line:

plugin.config.manager=com.mkdoc.store.DatabaseStoreManager

Database configuration parameters

Up

This document was last modified by Philip Shaw on 2006-01-10 08:14:15
Copyright MKDoc Ltd. and others.
The Free Documentation License http://www.gnu.org/copyleft/fdl.html