RE: Integrating LOG4J into Orion...

2002-01-31 Thread Djemal, Guy (TWIi London)
find the config file. Help anyone? Thanks, Guy :-( -Original Message- From: Scott Farquhar [mailto:[EMAIL PROTECTED]] Sent: 22 January 2002 01:28 To: Orion-Interest Subject: Re: Integrating LOG4J into Orion... Further to what Mike has said, I'll just give you a little update on the

Re: Integrating LOG4J into Orion...

2002-01-21 Thread Scott Farquhar
Further to what Mike has said, I'll just give you a little update on the status of the Log4j 1.2 release. The 1.2 code base is largely different to the 1.1 base, and has features that when finished, will be useful for using in application servers, and make it a lot easier to configure. The

RE: Integrating LOG4J into Orion...

2002-01-21 Thread Geoff Soutter
PROTECTED]] On Behalf Of > Justin Crosbie > Sent: Monday, 21 January, 2002 8:13 PM > To: Orion-Interest > Subject: RE: Integrating LOG4J into Orion... > > > Hi, > > We have wrapped Log4J in a singleton, so the first call to it > initialises it. I'm not sur

RE: Integrating LOG4J into Orion...

2002-01-21 Thread Justin Crosbie
2 23:05 To: Orion-Interest Subject: Re: Integrating LOG4J into Orion... ello, What I did was to have a initialising SLSB and let the startup servlet call it. It works for me. cheers romen - Original Message - From: "Alex Paransky" <[EMAIL PROTECTED]> To: "Orion-Int

Re: Integrating LOG4J into Orion...

2002-01-20 Thread Romen Law
ello, What I did was to have a initialising SLSB and let the startup servlet call it. It works for me. cheers romen - Original Message - From: "Alex Paransky" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Saturday, January 19, 2002 12:34 PM Subject: FW: Integrating

Re: Integrating LOG4J into Orion...

2002-01-19 Thread Mike Cannon-Brookes
This is one possible scenario - but as Jeff says it's server specific logging (not application specific) - which can often be non-optimal. We have a document coming out on this (check http://kb.atlassian.com) soon, but until it's finished here's what we usually do: - use the latest log4j from CV

RE: Integrating LOG4J into Orion...

2002-01-19 Thread Jeff Schnitzer
I put the log4j.jar in orion's lib directory, and use -Dlog4j.configuration=file:path/to/log4j.properties to initialize log4j. I'm pretty happy with this approach. I control logging on a server-wide basis, so I can use the same ear file for both testing and deployment. Jeff Schnitzer [EMAIL PRO