Anyone please help me , i want to start a process at a specific port in TAO Corba like NameService , do i need to change anything in config file or something else ,
Asked
Active
Viewed 180 times
1 Answers
1
See TAO/docs/ORBEndpoint.html
within the TAO distribution for an overview of all options.

Johnny Willemsen
- 2,942
- 1
- 14
- 16
-
Yes, the ORB options work for any CORBA application, just make sure you pass them into the ORB init call – Johnny Willemsen Jan 19 '17 at 10:49
-
Read the documentation, that explains how you should do this – Johnny Willemsen Jan 19 '17 at 19:38