JDBC MOMIS Wrapper


This wrapper is a standard way to access to all the data sources accessible by JDBC.
Questo wrapper permette l'accesso a sorgenti dati accessibili tramite JDBC.

This is a configurable wrapper. Here is an example of configuration file
#
#
# Configuration file for the MOMIS prototype
#
#
orbPort=1050
orbServer=sparc20.dsi.unimo.it
#
# Time out in seconds
timeOutGracePeriod=28800
timeOutCheckPeriod=3600

#
# Wrapper connection parameters
#
wrapper_serverName=wrDb2Alberto
wrapper_dataUrl=jdbc:db2:alberto
wrapper_dataDriver=COM.ibm.db2.jdbc.app.DB2Driver
where It is also available startup script that initialize environment variable (like CLASSPATH) and store log-files pid-numbers and specific configuration file for several JDBC wrapper instance.
To start all configured wrapper is enough the command
startWrapper start
And to stop such drivers
startWrapper stop

Features

It is not quite complete but the following features are implemented: Features not yet implemented:


The MOMIS Home Page