[omniORB] traceExceptions = 0

Duncan Grisby duncan at grisby.org
Thu Nov 24 23:48:57 GMT 2011


On Tue, 2011-11-22 at 16:59 -0200, Marcus Diniz wrote:

> Just a small question..
> If I have omniorb running and want to change
> traceExceptions = 0
> to traceExceptions = 1
> how am I supposed to reload/rehash the config file? Or should I
> shutdown the daemon in order to new configuration take effect?

Rather than changing the configuration file, just assign to
omniORB::traceExceptions.

The only way to reload a changed configuration file is to destroy the
ORB then call ORB_init() again, but that of course blows everything away
which is probably not what you want.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --





More information about the omniORB-list mailing list