-Dorg.omg.CORBA.ORBListenEndpoints
This system property identifies the set of endpoints on which the ORB listens for requests. Endpoints consist of a hostname or IP address, and optionally a port.
- -Dorg.omg.CORBA.ORBListenEndpoints=<value>
- Where value is a string of the form
hostname:portnumber, where the :portnumber
component is optional. IPv6 addresses must be surrounded by brackets (for example,
[::1]:1020). Specify multiple endpoints in a comma-separated list.
Note: Some versions of the ORB support only the first endpoint in a multiple endpoint list.