How to increase internal logging in itconfigure.
Answer / babuv
The itconfigure utility uses Log4J logging. This is configured in the properties file:
<ORBIX_INSTALL_DIR>asp6.3 emplatesetclog4jlog4j.properties.
To configure debug logging level, change the first line of the properties file from:
log4j.rootLogger=ERROR, A1
to
log4j.rootLogger=DEBUG, A1
The above change writes debug logging to the console. The logging output can be redirected to a file by adding the following lines to the log4j.properties file:
logDir = C:/temp
log4j.appender.A1.File=${logDir}/itconfigure.log
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how you can configure an orbix domain to contain corbaloc references instead of iors for the orbix services?
Explain how to configure the license of orbix 3.3?
How to configure thread pool settings in Orbix 6.3
How to configure an Orbix domain to use the DNS network alias hostname in IORs for Orbix services
How to change the default Orbix client timeout?
How to download Orbix products?
What do you recommended for clients using the jdk orb?
Does Orbix provide a tool to remove surplus empty lines from an Orbix configuration file?
How to developed the event service consumers and suppliers?
Are Orbix 6 libraries thread safe?
How to configure an Orbix domain to use fully qualified host names rather than short host names or IP addresses
Does server migration to new physical ip address also impact on orbix?