Hitachi

uCosminexus Application Server Application Setup Guide


3.6 Provider URL specified using the server management commands

In the case of server management commands, you can specify the value called Provider-URL in options.

When a server management command is executed by omitting the Provider-URL, the value set in the usrconf.properties file is assigned by default.

The usrconf.properties file is saved in the following directories:

In Windows
Cosminexus-installation-directory\CC\admin\usrconf\usrconf.properties
In UNIX
/opt/Cosminexus/CC/admin/usrconf/usrconf.properties

Examples of executing a server management command using the value set in the usrconf.properties file and of specifying the provider URL with the cjlistapp command are as follows:

An example of executing a server management command with the value set in the usrconf.properties file:
In Windows
Cosminexus-installation-directory\CC\admin\bin\cjlistapp [server-name]
In UNIX
/opt/Cosminexus/CC/admin/bin/cjlistapp [server-name]
An example of executing a server management command by specifying the provider URL:
In Windows
Cosminexus-installation-directory\CC\admin\bin\cjlistapp [server-name] -nameserver Provider-URL
In UNIX
/opt/Cosminexus/CC/admin/bin/cjlistapp [server-name] -nameserver Provider-URL

Specify the provider URL in the following format:

Execution format

Protocol-name::Host-name:Port-number
Protocol-name

Protocol-name is the protocol name for the CORBA naming service. It is fixed as corbaname. When iioploc or iiopname is specified, the protocol name can be converted into corbaname.

Host-name

Host-name is the name of the host on which the CORBA naming service is running.

Port-number

Port-number is the number of the port on which the CORBA naming service is running.

The exclusive information of the server management command of the CORBA naming service specified in the provider URL is released.