Log4J and Struts

2003-09-22 Thread Mahesh Joshi
Hi, I am moving my current web application to struts and I am facing a problem. We use Log4J for our logging (Log4J version 1.2.8) If I have the log4j-1.2.8.jar in my WEB-INF/lib directory, the Action servlet does not initialize Tomcat log file says: javax.servlet.ServletException: Error instan

Log4J and Struts

2001-11-22 Thread storck
Hi, where must I put the config-file for Log4J so I can use log4j within struts? Many thanks! -- To unsubscribe, e-mail: For additional commands, e-mail:

log4j and struts

2002-06-28 Thread Joe Latty
I have set up log4j to run with my app, it all works fine, however I get about 1 billion (ok maybe a billion is an exageration) DEBUG lines written from struts endless stuff like this; DEBUG 2002-06-28 17:30:48,317 (Log4JCategoryLog.java:132) - Validating input form properties DEBUG 2002-06-28 1

Re: Log4J and Struts

2003-09-22 Thread Abhijeet Mahalkar
- From: "Mahesh Joshi" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 2:59 PM Subject: Log4J and Struts Hi, I am moving my current web application to struts and I am facing a problem. We use Log4J for our log

Re: Log4J and Struts

2003-09-23 Thread Mahesh Joshi
between commons-logging and Log4J. Thanks! Mahesh - Original Message - From: "Abhijeet Mahalkar" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 2:39 AM Subject: Re: Log4J and Struts hi Mahesh, No u

RE: Log4J and Struts

2001-11-22 Thread Tom Klaasen (TeleRelay)
Somewhere in the classpath. For Tomcat, I put it in TOMCAT_HOME/webapps//WEB-INF/classes hth, tomK > -Original Message- > From: storck [mailto:[EMAIL PROTECTED]] > Sent: donderdag 22 november 2001 9:30 > To: Struts User (E-Mail) > Subject: Log4J and Struts > > &g

AW: Log4J and Struts

2001-11-22 Thread juraj Lenharcik
i have it in web-inf/classes and will be invoced by a startup servlet. -Ursprüngliche Nachricht- Von: Tom Klaasen (TeleRelay) [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 22. November 2001 10:30 An: Struts Users Mailing List Betreff: RE: Log4J and Struts Somewhere in the classpath

RE: Log4J and Struts

2001-11-22 Thread Tom Klaasen (TeleRelay)
#x27;m more than content with log4j). tomK > -Original Message- > From: juraj Lenharcik [mailto:[EMAIL PROTECTED]] > Sent: donderdag 22 november 2001 11:05 > To: 'Struts Users Mailing List' > Subject: AW: Log4J and Struts > > > i have it in web-inf/clas

AW: Log4J and Struts

2001-11-22 Thread juraj Lenharcik
thanks for the tip. i will try it. - juraj -Ursprüngliche Nachricht- Von: Tom Klaasen (TeleRelay) [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 22. November 2001 11:10 An: Struts Users Mailing List Betreff: RE: Log4J and Struts Startup servlet? I have no need for that one - either

AW: Log4J and Struts

2001-11-22 Thread Hudayioglu, Fehmi
: RE: Log4J and Struts Startup servlet? I have no need for that one - either you name your property file log4j.properties, or you specify the environment variable log4j.configuration, and log4j will pick it up by itself. Thus I have _no_ initialization code for log4j. The only things that are changed

Re: Log4J and Struts

2001-11-22 Thread Stefano Mancarella
> Startup servlet? I have no need for that one - either you name your > property file log4j.properties, or you specify the environment variable > log4j.configuration, and log4j will pick it up by itself. Remember that this doesn't work if log4j as been already configured elsewhere. F.e. this happ

RE: Log4J and Struts

2001-11-22 Thread Tom Klaasen (TeleRelay)
OK, didn't know that. I've only used Tomcat so far (and SilverStream in a dark and far-away past) tomK > -Original Message- > From: Stefano Mancarella [mailto:[EMAIL PROTECTED]] > Sent: donderdag 22 november 2001 15:22 > To: Struts Users Mailing List > Subj

RE: log4j and struts

2002-06-28 Thread fabrice dewasmes
on org.apache category. Hope this is clear enough. Don't hesitate if it's not... Fabrice DEWASMES > -Message d'origine- > De : Joe Latty [mailto:[EMAIL PROTECTED]] > Envoyé : vendredi 28 juin 2002 09:47 > À : Struts Users Mailing List > Objet : log4j and strut

RE: log4j and struts

2002-06-28 Thread Joe Latty
Works a charm, thanks. Joe -Original Message- From: fabrice dewasmes [mailto:[EMAIL PROTECTED]] Sent: Friday, 28 June 2002 5:48 PM To: Struts Users Mailing List Subject: RE: log4j and struts HI ! I've encountered exactly the same problem : a solution i've used is to conf

Problem with log4j and struts - log info going to 2 files.

2002-04-07 Thread Antony Stace
Hi Folks I am trying to setup log4j with struts. I have added to each of the files I want log messages for static Category cat = Category.getInstance(ClassName.class.getName() ); and then when I want to write to the log file I have added cat.debug("Debug message"); this is working fine e

Log4J and Struts - using Chiki's log4j configuration and getting tons of messages

2002-02-12 Thread Matt Raible
Hello, I am trying to implement log4j in my application. I'm using the Struts nightly build. If I don't have a log4j.properties file in my WEB-INF/classes directory, I get the following error: log4j:ERROR No appenders could be found for category (org.apache.commons.digester). log4j:ERROR Pleas

RE: Log4J and Struts - using Chiki's log4j configuration and getting tons of messages

2002-02-13 Thread Emaho, Ghoot
Category being used.. Hope this helps Ghoot -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: 12 February 2002 23:50 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Log4J and Struts - using Chiki's log4j configuration and getting tons of messages Hello,