Log4j with JBoss + Ears

2002-07-27 Thread dgantenbein
Hi - I have been struggling for quite a while. I would like to configure each ear within JBoss 3.0.0 with a different log4j configuration. I have tried the servlet initializer but my servlet does not seem to execute. I have tried the approach of having a repository selector as described by

RE: using log4J with JBoss and Cactus

2002-07-25 Thread Paul Ekeland
the development: is it possible to merge log_client.properties and log_server.properties in the log4j.xml? Thanks! Paul -Message d'origine- De : Ceki Gulcu [mailto:[EMAIL PROTECTED]] Envoye : jeudi 25 juillet 2002 16:39 A : Log4J Users List Objet : RE: using log4J with JBoss and Cactus The fa

RE: using log4J with JBoss and Cactus

2002-07-25 Thread Ceki Gülcü
The fact that log4j warns about not seeing the root logger is normal because the log_server.properties file probably does not mention the root logger (which is perfectly fine.) Log4j is suspicious about not seeing the root logger mentioned in the config file and emits a warning which you can saf

RE: using log4J with JBoss and Cactus

2002-07-25 Thread Paul Ekeland
; I hope someone knows what is going on... Any help is appreciated! Thanks! Paul -Message d'origine- De : Ceki Gulcu [mailto:[EMAIL PROTECTED]] Envoye : mercredi 24 juillet 2002 18:41 A : Log4J Users List Objet : Re: using log4J with JBoss and Cactus Paul, What does log4j say when it

Re: using log4J with JBoss and Cactus

2002-07-24 Thread Ceki Gülcü
Paul, What does log4j say when it reads log4j.xml? Second, you can merge the contents of log_client.properties into log4j.xml. Do you know if log_client.properties parsed at all? At 17:44 24.07.2002 +0200, Paul Ekeland wrote: >Hello everyone, > >I am currently writing a program to test my EJBs

using log4J with JBoss and Cactus

2002-07-24 Thread Paul Ekeland
Hello everyone, I am currently writing a program to test my EJBs using Cactus. I created a war file of the cactus tests and they run on a JBoss 3.0 platform. JBoss, Cactus and my program are all using log4J... Here is how it is written so far: I followed your recommandations and so I adapted the

Re: Using log4j with JBoss-2.4.3

2001-10-31 Thread Yoav Shapira
Howdy, If you could post your config file and exceptions test, maybe we could do a better job helping ;) Are they actual log4j exceptions, or stuff like SAXFactory configuration errors, linkage errors, etc. ? Yoav Rajesh S Patil wrote: > > Hi all > > Has any one used log4j with

Using log4j with JBoss-2.4.3

2001-10-31 Thread Rajesh S Patil
Hi all Has any one used log4j with JBoss-2.4.3 I getting exception while using log4j in my own beans deployed in JBoss-2.4.3 any one has any solution thanking you all Regards Rajesh S Software Engineer Velankaini Information Systems Ltd. Electronic city Bangalore mail to: [EMAIL PROTECTED

Re: Log4j with JBoss

2001-09-07 Thread Scott M Stark
Update to JBoss 2.4.0 or just drop in the newer log4j.jar into lib/ext. This works for me. Send any follow to [EMAIL PROTECTED] - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 07, 2001 9:09 AM Subject: Log4j with JBoss >

Log4j with JBoss

2001-09-07 Thread mdougherty
Is anyone using Log4j with JBoss (v2.2)? I am having trouble getting at the correct version of Log4j. JBoss uses 1.0.4 and my application uses 1.1.3. When I attempt to configure my application I get a ClassNotFoundException while trying to instantiate ConsoleAppender (1.0.4 didn't have