Link to home
Start Free TrialLog in
Avatar of venishjoe
venishjoeFlag for United States of America

asked on

OC4J Server Configuration

We are developing an application using oc4j server.In oc4j server, the output/trace is written to a file called as log4j.log I want to view the details in the command prompt itself where I run the server (Like the Weblogic Server).Is there any way to do it?

WAiting for your reply....

Thanks
Venish Joe
Avatar of alikoank
alikoank

You can disable log4j debugging by adding/changing following line in oc4j.properties
log4j.debug = false

Also take a look at Log4j home

http://jakarta.apache.org/log4j/

Avatar of venishjoe

ASKER


Ok. I can disable the log4j debugging, but how can I view the output in DOS/Screen?
ASKER CERTIFIED SOLUTION
Avatar of alikoank
alikoank

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hai  alikoank,

It Worked....
Thank you very much for your help.

Regards
Venish
you are welcome.
thanks for the grade :-)