CORBA 2.6 Programmer's Guide for Java
Default is false. If set to true, then tcp_server must also be set to true. When tcp_server
and use_comm_server are set to true, you can set either tsmp_server to true, or
fs_server to true, or both.
host_name {DNS-name | IP-address}
You must specify a name or a TCP/IP address if tcp_server is true and use_comm_server
is false. DNS-name represents the name form of the address, and IP-address represents the
numeric (dot-decimal) form of the address.
port_number number
You must specify a port number if tcp_server is true and use_comm_server is set to
false.
tcp_process tcp-process-name
If use_comm_server is set to false, you must supply a host_name. If the host_name is not
associated with the default TCP process ($ZTC0), you must specify the associated
tcp_process name.
tsmp_server {true | false}
Default is false. If set to true, you must also set pathmon and server_class. This
configuration is referred to as GIOP over TS/MP.
pathmon pathmon-process-name
If tsmp_server is true, you must specify a name for pathmon.
server_class serverclass-name
If tsmp_server is true, you must specify a name for server_class.
fs_server {true | false}
Default is false. This configuration is referred to as GIOP over the Guardian file system.
profile@ORB Client Transport Protocols
One or more of the client transport protocols must be enabled to act as a CORBA client.
tsmp_client {true | false}
Default is true.
fs_client {true | false}
Default is true.
tcp_client {true | false}
Default is true.
profile@ORB Miscellaneous Settings
These settings are all optional. They apply only to the application using the profile. You can set the