Discussion:
[omniORB] traceExceptions = 0
Marcus Diniz
2011-11-23 00:59:46 UTC
Permalink
Hi guys,

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?


Thanks for your attention
--
Marcus Diniz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20111122/3aeb6025/attachment.htm
Duncan Grisby
2011-11-25 05:48:58 UTC
Permalink
Post by Marcus Diniz
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 --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...