Re: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread J T
; > Are you deploying this as a .war file or .ear file? > > - George > > > > -Original Message----- > > From: J T [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, February 01, 2006 4:40 PM > > To: Struts Users Mailing List > > Subject: Re: Just adding

RE: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread George.Dinwiddie
Sent: Wednesday, February 01, 2006 4:40 PM > To: Struts Users Mailing List > Subject: Re: Just adding log4j.jar to struts 1.2.7 project > under weblogic causes stack trace > > > yes using > > /opt/bea/wls_sp2/jdk141_05 > > > > > On 2/1/06, [EMAIL PR

Re: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread J T
th the ClassLoader. > > > -Original Message- > > From: J T [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, February 01, 2006 4:27 PM > > To: Struts Users Mailing List > > Subject: Re: Just adding log4j.jar to struts 1.2.7 project > > under weblogic causes stack trac

RE: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread George.Dinwiddie
7 PM > To: Struts Users Mailing List > Subject: Re: Just adding log4j.jar to struts 1.2.7 project > under weblogic causes stack trace > > > I agree that it is weird. We have log4j.jar in other > applications deployed on the server (not struts based > applications) and th

Re: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread J T
EA. > > - George > > > -Original Message- > > From: J T [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, February 01, 2006 3:55 PM > > To: Struts Users Mailing List > > Subject: Re: Just adding log4j.jar to struts 1.2.7 project > > under weblogic ca

RE: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread George.Dinwiddie
ent: Wednesday, February 01, 2006 3:55 PM > To: Struts Users Mailing List > Subject: Re: Just adding log4j.jar to struts 1.2.7 project > under weblogic causes stack trace > > > The jguru link you provided did not work for me. I was using > the file appender so I don't

Re: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread J T
The jguru link you provided did not work for me. I was using the file appender so I don't think that I need anything else. What libs are in your WEB-INF/lib directory? On 2/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I've used log4j 1.2.9 with struts 1.2.7 and Weblogic 8.1.2 without any

RE: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread George.Dinwiddie
I've used log4j 1.2.9 with struts 1.2.7 and Weblogic 8.1.2 without any problems. Do you have any indication of what class is not being found? Are you missing a dependency for an appender that you're using? (See http://www.jguru.com/faq/view.jsp?EID=1007095, though this may be out-of-date.) > ---