Skip to main content

How to start the IMR on a fixed port?

  • September 2, 2014
  • 0 replies
  • 0 views

Product: OpenFusion JacORB

Version: 2.3

 

Description:

How to start the IMR on a fixed port?

 

Resolution:

There are two ways of achieving this:

1. Using the command line

Start the IMR with the command line using the -p flag, e.g.

jac_imr -p <port number>

 where <port number> is the fixed port number to be used.

 2. Using the  properties file

In the jacorb.properties located in the classes directory of the OpenFusion JacORB installation edit the following line and add the fixed port number to be used, and save the file:

# Start IMR on a fixed port (equivalent to -p option) (for the IOR)
jacorb.imr.port_number=


#KnowledgeDocs
#OpenFusion