How to dump Orbix configuration
Answer / babuv
To get all the Orbix configuration for a domain, run the following command:
itadmin config dump
This will work in both CFR and file based domains.
The output will look something like:
plugins:it_arm_interceptors:shlib_name = "it_arm_interceptors"
plugins:itrp:shlib_name = "it_itrp"
plugins:itrp:live_time = "2"
plugins:it_mbean_monitoring:shlib_name = "it_mbean_monitoring"
plugins:it_mbean_monitoring:ClassName = "com.iona.management.logging.mbean_monitoring.MBeanMonitoringPlugIn"
plugins:basic_codeset:shlib_name = "it_basic_codeset"
plugins:basic_codeset:ClassName = "com.iona.corba.codeset.BasicCodeSetPlugIn"
plugins:iiop_tls:ClassName = "com.iona.corba.iiop.tls.IIOPTLSPlugIn"
plugins:iiop_tls:shlib_name = "it_iiop_tls"
......snip......
References to Other Documentation:
Orbix Administration Guide, "Configuration Domain"
| Is This Answer Correct ? | 0 Yes | 0 No |
How to programatically query the length of a workqueue
Explain how you can configure orbix logging?
Explain how you can retrieve the local ip address on client side within an interceptor?
Will orbix 6 support i/o callback feature?
Can I change the port of the Orbix Notification Service?
Does Orbix have a size limit for CORBA messages?
How to developed the event service consumers and suppliers?
Explain how you can configure an orbix domain to contain corbaloc references instead of iors for the orbix services?
Does Orbix Web Services provide locator functionality for Web Services endpoints?
How to configure an Orbix domain to use the DNS network alias hostname in IORs for Orbix services
Are Java Applets supported in Orbix 6.3?
Can client use the jdk orb to communicate with the Orbix domain?