| Author |
Need to do logging with my own log4j.properties with jboss 6.0!
|
yuvaraj KumarAmudhan
Ranch Hand
Joined: Aug 22, 2009
Posts: 110
|
|
Hello All!
I need to do "logging" with my own log4j.properties with jboss 6.0! Is it possible to configure?
If yes, how to disable the already existing jboss's log4j service!
Thank You!
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8141
|
|
JBoss AS6 does not use log4j as its logging service - i.e. it doesn't ship with its own log4j.xml or log4j.properties. So all you have to do is package a log4j.properties or log4j.xml in your application so that it becomes available in the classpath. This file will then be used by log4j.
|
[My Blog] [JavaRanch Journal]
|
 |
yuvaraj KumarAmudhan
Ranch Hand
Joined: Aug 22, 2009
Posts: 110
|
|
Thank You Jaikiran!
problem resolved!
Logging is working in my application
|
 |
 |
|
|
subject: Need to do logging with my own log4j.properties with jboss 6.0!
|
|
|