This OGSA-DAI distribution provides a WSRF-based service interface, using the Globus Toolkit 4 WSRF implementation.
The installation and use of the OGSA-DAI WSRF distribution will be easier if you are already familiar with:
To use OGSA-DAI WSRF you will need the following software:
We strongly recommend that Windows users re-locate Java, ANT, Tomcat (if you are using it) and Globus Toolkit to directories which have no spaces in their paths. For example:
C:\Tomcat C:\jdk1.4.0 C:\ant
The Supported Data Resources page lists the data resource-specific JARs that may be be required depending on the databases you wish to expose and additional functionality required. These database drivers have all been tested with OGSA-DAI.
If you have downloaded the binary distribution then skip to Deploying GT4 onto Tomcat below.
If you have the OGSA-DAI source distribution you will need to generate a binary release. You can do this as follows:
$ export GLOBUS_LOCATION=/path/to/Globus/directory
$ ant createBinaryDistribution
Progress messages will appear and if there are any problems then you will be notified.
$ cd binary
If you do not wish to use Tomcat or have aleady deployed GT4 onto Tomcat then skip forward to Installing OGSA-DAI WSRF below.
If you want to use OGSA-DAI WSRF with Tomcat you first have to deploy GT4 onto Tomcat as shown below.
Note that if you wish to use transport-level security then the procedure is more complex and you should refer to the Globus Toolkit documentation [1] for guidance.
$ export GLOBUS_LOCATION=/path/to/Globus/directory
$ export CATALINA_HOME=/path/to/Tomcat/directory
$ cd path/to/Globus/directory $ ant -f share/globus_wsrf_common/tomcat/tomcat.xml deployTomcat -Dtomcat.dir=/path/to/Tomcat $ cd path/to/OGSA-DAI/binary/directory
For more information see the GT4 installation instructions.
The OGSA-DAI WSRF binary distribution can be installed onto your Web services container using either of the following:
To expose a data resource via an OGSA-DAI WSRF data service is a three-step process:
More details are provided on the deployment pages.
For those who want a quick practical introduction to OGSA-DAI WSRF, we recommend:
Uninstallation erases all OGSA-DAI XML Schema, OGSA-DAI-specific JAR files and configuration files from a Web services container.
The OGSA-DAI WSRF binary distribution can be uninstalled from your Web services container using either of the following:
Before attempting to uninstall the OGSA-DAI WSRF binary distribution, ensure that none of the deployment files or directories are open. These files are described on the Where does stuff go? page. If any of these are open, the uninstallation tools may be unable to delete them and an error will be displayed.
[1] http://www-unix.globus.org/toolkit/docs/4.0/admin/docbook/ch09.html#javawscore-admin-tomcat-deploying
Up: OGSA-DAI User Guide | ||
© International Business Machines Corporation, 2002-2006 | © The University of Edinburgh, 2002-2006 |