Wizard and Configuration Tab

The Wizard and Configuration tab have the following fields.

Field Global Var? Description
Wizard
File Name No The name to appear as the label for the resource. Names follow Java variable naming restrictions. Do not use any reserved words. Names must be unique within a folder. See Identifier Naming Requirements .

Unlike other resource identifiers, however, shared resource identifiers can have spaces in the name.

The name then appears in the title of the resource.

Configuration
Description No Short description of the resource.
Transport No Type of transport used byHawk domain: Rendezvous or EMS.
Domain Yes Name of the Hawk domain.
Transport: Rendezvous
RV_Service Yes Specifies the User Datagram Protocol (UDP) service group used by the TIBCO Rendezvous daemon for session communications. A service can be specified either by its name or its port number. The default configuration uses the service port number 7474.
RV_Network Yes Specifies the network to be used for outbound session communications when a computer is connected to more than one network. A network can be specified by its name or by its IP address.
RV_Daemon Yes Specifies the TIBCO Rendezvous daemon that will handle communication for the session. A local daemon is specified by the communications type (always tcp) and a socket number (e.g., 7474). The default configuration uses the local daemon with the TCP socket number 7474.

Specify a remote daemon by inserting its host name or IP address between the tcp entry and the port number of the daemon parameter, for example:

tcp:remote_computer:7800

Transport: EMS
EMS_ServerURL Yes Specifies the EMS server to connect to. The server URL is typically provided in the following format:

protocol://hostname:port-number

For example, tcp://myhost:7222

EMS_UserName Yes Specifies the username used to connect to the EMS server.
EMS_Password Yes Specifies the password for the username used to connect to the EMS server.