Re: WO and commons-logging with log4j
Arturo Perez <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Trond Kandal wrote: > Hi! > > when developing wo-apps we want to use commons-logging and log4j. > ...*but* when i am using commons-logging in my app it finds the log4j > alright but uses the log4j.properties which is inside axis.jar which > is resides in the /Library/WebObjects/Extensions-directory. Isn't that just a classpath issue? Make sure your log4j config is first in the classpath? -arturo