Re: Tomcat 4.1 - Problems referencing log4j.xml prop file within .war archive

2006-05-22 Thread Konstantin G
Antonio, Your solutions works. Thank You! On 5/22/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Konstantin G ha scritto: > Hello all, > > > public void init() throws ServletException { > > DOMConfigurator.configure("log4j.xml"); > > } >

Tomcat 4.1 - Problems referencing log4j.xml prop file within .war archive

2006-05-22 Thread Konstantin G
Hello all, I have attempted to research this problem on my own with little progress. I am new to the dev scene so please keep this in mind if responding. I have a log4j initialization servlet, and here is the relevant snippet: public void init() throws ServletException { DOMConfigurator.c