Answer Posted / 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 |
Post New Answer View All Answers
How you configure thread pool settings in orbix 6.3?
Does clients using orbix 3.x talk to servers using orbix 2000?
What do you recommended for clients using the jdk orb?
Explain how we can access to corba objects in orbix?
Explain how you can configure an orbix domain to use fully qualified host names rather than short host names or ip addresses?
How you can configure an orbix domain to use the dns network alias hostname in iors for orbix services?
Does server migration to new physical ip address also impact on orbix?
Explain how to download the orbix products?
How you can configure an orbix domain to contain corbaloc references instead of iors for the orbix services?
How to change the port of the orbix notification service?
What is orbix?
Explain how you can retrieve the local ip address on client side within an interceptor?
Does interceptor capture ssl handshaking errors?
How to increase the internal logging in orbix configure?
How to configure for slow connectionsinvocations