Configuring the Z39.50 connector

The Z39.50 Connector must be installed prior to configuring. For information on installing the Z39.50 Connector see Installing Metadata Explorer.

 

To configure ArcIMS with Z39.50, perform the following:

  1. In a text editor, open z3950.properties.

<ArcIMS Installation Directory>\ArcIMS\Metadata\Z3950Connector\z3950.properties

  1. If necessary, change the port number the Z39.50 Connector will use.

port=210

The default port number is 210 but it can be modified depending on your network configuration.

  1. Edit defaultServiceName=MyMetadataService to match your Metadata Service name.

If you have not created your Metadata Service yet, accept the default value and edit the property as necessary at a later date.

See Creating and Using Metadata Services for details on creating the necessary Metadata Service.

  1. The default connection type is HTTP. If utilizing TCP/IP connection protocols, proceed to Step 7 below.

connectionType=http

  1. If browsing of the Metadata Service used in Step 3 is restricted by user name and password, set these values. The user name and password remain blank if browse access is unrestricted.

username=

password=

If you have not created your Metadata Service yet, accept the default blank values and edit the property as necessary at a later date.

See Creating and Using Metadata Services or ArcIMS Help for details on the methods used to restrict access to services.

Proceed to Step 7.

  1. If connectionType=http in Step 4 above, proceed to Step 7.

connectionType=tcp,

  1. Save and close the file.

  2. On Windows NT, choose Start > Settings > Control Panel > Services;

On Windows 2000, choose Start > Settings > Control Panel > Administrative Tools > Component Services and click Services on the Tree tab;

On Windows XP, choose Start > Control Panel > Performance and Maintenance > Administrative Tools > Component Services and click Services on the Tree tab.

  1. Start the ArcIMS Z3950 9.0 service listed in the Services window.

 

Installation of the Z39.50 Connector is complete. For more information about the Z39.50 Connector, see Creating and Using Metadata Services.

 

Note: If you are using TCP/IP, the connector must be configured for authentication of users. Detailed steps are provided in Creating and Using Metadata Services.