On 22.12.2011 19:15, Johnny Willemsen wrote:
>
>> I've worked with omniORB in the past, and I used a config file in
>> conjunction with -ORBconfigFile to specify the ORB initialization
>> options.
>>
>> Is there such a possibilty with TAO, or do I always have to specify all
>> init options in the argv parameter for ORB_init() ?
>
> Not as one file. Some options are going through service configurator,
> some can be done through the commandline, but all can be fixed as define
> through ace/config.h
>
I understood the service configurator options are something different
from the initialization options. I read in the dev guide that the former
can be set through svc.conf, but I am currently more interested in the
easiest way to put stuff like -ORBDebug*, -ORBInitRef,
-ORBListenEndpoints, ... into a "ini" file so that this can be eaily
tweaked.
cheers,
Martin