This information is for a release that is no longer supported by the Globus Toolkit. The currently supported versions of the Globus Toolkit are 4.2 (recommended) and 4.0.
WS Information Services: System Administrator's Guide
Overview
>Configuring the Index Service
Registering a Resource Service to and Index Service
Using Service Data Providers
Testing Service Data Aggregation
Index Service Configuration File
Server Configuration File
Configuring the Index Service
To configure your index Service, each persistent Index Service instance you create requires the following:
-
One service descriptor entry in the Server Configuration file (
server-config.wsdd). -
One Index Service Configuration file (
index-service-config.xml).
Enabling OGSA Service Browser GUI
If you want to use the OGSA Service Browser GUI, you will need the GUI control panels for the WS Index Service, which is configured in a different file.
Add the following lines to the client-gui-config.xml file (by
default, you can find this in your GT3.2 installation directory):
<panel portType="ServiceDataProviderExecutionPortType" class="org.globus.ogsa.gui.ProviderExecutionPortTypePanel"/>
<panel portType="DataAggregationPortType" class="org.globus.ogsa.gui.AggregatorPortTypePanel"/>
