How do I make sure JacORB uses a fixed port,
lets say 6001,
when I use the ORB.object_to_string method?
I tried a few things in the JacORB config, but every generated IOR was a random port.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
jacorb.net.server_socket_factory=org.jacorb.orb.factory.PortRangeServerSocketFactory
jacorb.net.server_socket_factory.port.min=52677
jacorb.net.server_socket_factory.port.max=52679
That did it for me 🙂