RE: Problem with Struts 1.1b1 and Log4J 1.2.4

2002-07-02 Thread Hemanth Setty
. -hemanth -Original Message- From: hemant [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 11:02 AM To: Struts Users Mailing List Subject: Re: Problem with Struts 1.1b1 and Log4J 1.2.4 One other thing, Make sure your Startup Servlet does not extend ActionServlet. I made it extend

Re: Problem with Struts 1.1b1 and Log4J 1.2.4

2002-07-02 Thread hemant
gt; Sent: Tuesday, July 02, 2002 11:54 AM Subject: Re: Problem with Struts 1.1b1 and Log4J 1.2.4 > Fabrice and Hemant > > I had this problem too but I overcame it the hard way. Many a times, its the > IDE that causes this kinda confusion. > > Here is what I did, I wrote a star

Re: Problem with Struts 1.1b1 and Log4J 1.2.4

2002-07-02 Thread hemant
Fabrice and Hemant I had this problem too but I overcame it the hard way. Many a times, its the IDE that causes this kinda confusion. Here is what I did, I wrote a startup servlet that starts up logging , creates the connection pools via poolman, and loads a few other things. step1: I loaded th

RE: Problem with Struts 1.1b1 and Log4J 1.2.4

2002-07-02 Thread fabrice dewasmes
Hi, i had the same question. I haven't gone very deep in the problem but here's what i assumed : Struts makes use of log4j for its logging purpose. When it comes to initialize itself it happens that it loads your log4j but as it is yours you've got initialize it before any debug stuff get logged