Where should I place my log4j config file

2002-09-24 Thread Arun Jannela
Hi, Can I place my log4j.lcf file any where I wish.. and set the classpath to it. Regards, Arun Jannela -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 12:54 AM To: Log4J Users List Subject: Re[3]: log4j.jar locked by Tomcat even afte

Re[6]: log4j.jar locked by Tomcat even after remove/undeploy ....

2002-09-24 Thread Jacob Kjome
Hello Mark, See this message: http://marc.theaimsgroup.com/?l=log4j-user&m=103287412303294&w=2 At the bottom, there is a link to the zip file I posted of all code that has to do with setting up log4j in our app...including log4jinit.java. http://marc.theaimsgroup.com/?l=log4j-user&m=10328741230

RE: Re[4]: log4j.jar locked by Tomcat even after remove/undeploy....

2002-09-24 Thread Mark Womack
Maybe this has already been discussed...but what does your log4j init servlet look like? Can you post the code? -Mark > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 24, 2002 1:51 PM > To: Log4J Users List > Subject: Re[4]: log4j.jar locked

Re[4]: log4j.jar locked by Tomcat even after remove/undeploy....

2002-09-24 Thread Jacob Kjome
Hello Ceki, I'm using log4j-1.2.6. I just tested the app after commenting out the line for the log4j-init servlet in the web.xml. log4j.jar is *not* locked after shutting down the application. I don't have to shut down the server to release the resource in this case. Jake Tuesday, Septembe

Re[3]: log4j.jar locked by Tomcat even after remove/undeploy....

2002-09-24 Thread Ceki Gülcü
Which version of log4j is this? Tomcat? Can you see what happens if log4j is not configured at all? At 14:05 24.09.2002 -0500, you wrote: >Hello Jacob, > >After testing with and without using configureAndWatch(), I am sorry >to say that I get the same behavior. The lo4j.jar is still locked >un

performance with NO configuration

2002-09-24 Thread WJCarpenter
I was startled to find this out, though it seems consistent with the documentation. Is this as expected? If you run an instrumented application with no log4j configuration at all, the default configuration sets the RootLogger to DEBUG. Since there are no appenders, there is a warning about that

Re[3]: log4j.jar locked by Tomcat even after remove/undeploy....

2002-09-24 Thread Jacob Kjome
Hello Jacob, After testing with and without using configureAndWatch(), I am sorry to say that I get the same behavior. The lo4j.jar is still locked until I shut down the whole Tomcat server. Shutting down the current webapp releases *all* resource except log4j.jar. Any suggestions? Jake Tues

Re[2]: log4j.jar locked by Tomcat even after remove/undeploy....

2002-09-24 Thread Jacob Kjome
BTW, the attachment is a .zip file. Just save it as whatever.zip and you should be able to open it. Don't know why the extension got mangled so bad? BTW, would using configureAndWatch() be the problem? I'll test in a second. We use that by default. I'll post back with my results to running

RE: log4j.jar locked by Tomcat even after remove/undeploy....

2002-09-24 Thread Shawn Wilson
This is a problem I'm having too and, like Jake, I'm not using anything like NTEventLogAppender. I just use FileAppender, ConsoleAppender, and DailyRollingFileAppender. -shawn Shawn Wilson [[EMAIL PROTECTED]] Software Developer, ATMReports.com PH: 877-327-087

Re: log4j.jar locked by Tomcat even after remove/undeploy....

2002-09-24 Thread Jacob Kjome
Hi Ceki, Nope, we aren't using anything fancy like NTEventLogAppender. I'll attaching everything that we use in our webapp related to log4j so that you can see everything that is going on.  Note, we are using log4j-1.2.6. thanks, Jake At 08:29 AM 9/24/2002 +0200, you wrote: Are you using NTEventL

Antw: How to log specific category to specific file ??

2002-09-24 Thread Frank-Olaf Lohmann
You might do it like this: May be no appender for root is also appropriate. Kind regards Frank-Olaf Lohmann -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Re: How to log specific category to specific file ??

2002-09-24 Thread sschloesser
Hi, thanks for your help. As a start I don't even know how to accomplish this for straight category names, i.e. without wildcards. Can you tell me? Actually my categories are of the form cat.a cat.b someother.cat Or more precisely, they are a package hierarchy since I create categories with