At 03:25 PM 8/23/2003 -0400, [EMAIL PROTECTED] wrote:
Hi all, I'm trying to work with JBoss and Log4J, and have run
into a question that I can't seem to find the answer to. In the
course of trying to figure out how to specify "per-application"
Log4J configuration for web-apps running under JBos
Hi Alexander,
I had myself already taken a look at log4jME to notice the same thing.
Personaly, I wouldn't use any deprecated class in my new projects so I
decided to use log4j and then siwtch to log4jME when an up-to-date version
is available (they are said to be compatible).
Lately anyway, I ha
I am interested in a specific point in Robert's questions:
"I like to use the Audit level to track users performing
certain tasks"
>From my perspective, one of the attractive features of log4j is the capacity
to pass in an arbitrary object as the "message" and then to provide a
renderer so that i
These questions weould be better asked on the Tomcat users list. It
sounds like they have nothing to do with logging.
Scott
Robert Hewlett wrote:
> Thanks Scott I am checking out the LogFactor and LumberMill
> right now.
>
> I have another problem don't know if anyone could help. I am
> runn
Thanks Scott I am checking out the LogFactor and LumberMill
right now.
I have another problem don't know if anyone could help. I am
running Apache and Tomcat 3.2.2 with log4j on Solaris 8 and it
works out great. When I run LoadRunner against it Tomcat does
a core dump around 74 users. I am goin
1. Post-log processing / GUI:
http://traxel.com/lumbermill/
http://www.puppycrawl.com/chainsaw
http://www.servidium.com/site/logfactor5/index.html
2. Alerting to errors:
Why would you want to have to parse the logs for this?
Either use SMTP appender:
http://jakarta.apache.org/log4j/docs/api/
>2. If an alert4J was created to parse the logs and
>look for specific errors to send out a page or an
>email when a certain error occurred (configurable).
>This would be too hard to do but would make things
>very easy for someone to include in their log4j.props
>file.
Why not just write an appe
ond to "Log4J Developers List" <[EMAIL PROTECTED]>
To: "Log4J Developers List" <[EMAIL PROTECTED]>
cc:
Subject: RE: Question about the properties file. Please Help.
Hello,
Anyone interested in adding version support for LoggingEvent serialization?
Currently, t
><[EMAIL PROTECTED]>
>ltima.com> cc:
>
> Subject: RE: Question about the
>properti
ltima.com> cc:
Subject: RE: Question about the
properties file. Please Help.
11/15/01 01:49
: Log4J Developers List
<[EMAIL PROTECTED]>
cc:
11/14/01 Subject: Re: Question about the
properties file. Please Help.
; cc:
Subject: Re: Question about the
properties file. Please Help.
11/14/01
need to decide whether you wish to have hot deploy
functionality of log4j, is you do you must package it (i think) with your
ejb.
Regards
Scott
-Original Message-
From: Ceki Gulcu [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 14, 2001 11:51 PM
To: Log4J Developers List
Subject: Re
Hello,
LoggingEvent is serializable. It has been seralizable and serialized for a long time.
There are two possible reasons for your problem:
1) You are not using the same log4j version on sender side and the MDB side.
2) log4j.jar and consequently org.apache.log4j.spi.LoggingEvent is not acc
n, it is
possible for this to happen.
Paul Glezen
Consulting IT Specialist
IBM Software Services for WebSphere
818 539 3321
[EMAIL PROTECTED] on 11/14/2001 02:14:36 PM
Please respond to "Log4J Developers List" <[EMAIL PROTECTED]>
To: Log4J Developers List <[EMAIL PROT
Hi, Ceki:
I wrap the log4j into an EJB and config it to use JMSAppender to publish
logging message to the JMS server on Weblogic 6.1. And I wrote a
MessageDrivenBean (MDB) to consume the message by writing the msg to our
database.
When the JMS server receives Message with ObjectMessage in it
This is clearly a user question. Please post it on the log4j-users lists.
Thank you. Ceki
At 21:15 13.11.2001 -0800, you wrote:
>I am trying to run a serverlet with JRun that uses Log4j.
>I am getting strange behavior with the properties file.
>I am getting a
>log4j:ERROR could not read configu
protected.
Regards
Scott
-Original Message-
From: Will Wood [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 02, 2001 3:04 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Question
You can't override a method in this case finalize that has weaker access
protections than
on 11/02/2001 02:40:46 AM
Please respond to "Log4J Developers List" <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject: Re: Question
We have just started using log4j, an excellent logging framework. We are
extending it ad
You can't override a method in this case finalize that has weaker access protections
than it's superclass.
Since ultimately that's java.lang.Object you have to make it public.
>>> [EMAIL PROTECTED] 11/02/01 04:40AM >>>
We have just started using log4j, an excellent logging framework. We are
exte
We have just started using log4j, an excellent logging framework. We are
extending it adding some appenders, but i am confused as to why the finalize
method in the AppenderSkeleton class is public. I would have thought that
this should be protected as this method should not be part of the public
i
http://jakarta.apache.org/log4j/docs/manual.html
Near the top is a section on "Categories, Appenders and Layouts". Most of
that section in the introductory manual is devoted to exactly what you're
asking.
-Jim Moore
-Original Message-
From: Velraja Arumugam [mailto:[EMAIL PROTECTED]]
S
1) It's a static method, so it's once per ClassLoader, not Thread.
2) You're doing it the hard way. Use the log4j.configuration property
instead.
java -Dlog4j.configuration=file:MyConfigFile.properties MyProg
Take a look at the JavaDocs for PropertyConfigurator.
-Jim Moore
-Original M
23 matches
Mail list logo