How can I make the server use a specific port number or IP address (in case of multi-homed hosts)?
JacORB provides two properties that can be set to select a port number and IP address for servers to listen on. These properties are OAPort and OAIAddr. Thy can be set on the commandline using the -D switch to the Java interpreter, in the properties file, or in the source code of the server. In this last case, they are passed as arguments to the ORB.init() call.
Related Questions
- If I change the IP address of my eScan Server or in case I change my eScan Server, do I need to re-configure all the Clients with the eScan Servers new IP address?
- How can I set up the server IP address and port forwarding if I use Airport as the router for my Mac OS ?
- Can I force the server to bind to a specific IP address (on a multi-homed machine) ?