Re: log4j doesn't log files when weblogic is run as a windows service.

2006-09-28 Thread Jacob Kjome
ties file in system classpath. >It didn't work and hence I took the file url approach. Any wild guess >why log4j wouldn't pick up from classpath? > >Thanks, >Abbas > >- Original Message >From: Jacob Kjome <[EMAIL PROTECTED]> >To: Log4J Users List

Re: log4j doesn't log files when weblogic is run as a windows service.

2006-09-28 Thread Mirza Abbas Raza
4j wouldn't pick up from classpath? Thanks, Abbas - Original Message From: Jacob Kjome <[EMAIL PROTECTED]> To: Log4J Users List ; Mirza Abbas Raza <[EMAIL PROTECTED]> Sent: Thursday, September 28, 2006 2:43:23 PM Subject: Re: log4j doesn't log files when weblogic is r

Re: log4j doesn't log files when weblogic is run as a windows service.

2006-09-28 Thread Jacob Kjome
gt; <[EMAIL PROTECTED]> > Sent: Wednesday, September 27, 2006 2:11:15 PM > Subject: Re: log4j doesn't log files when weblogic is run as a windows > service. > > > Did you ever try setting log4j.debug=true in your property file? What does > it > spit out to the console?

Re: log4j doesn't log files when weblogic is run as a windows service.

2006-09-28 Thread Mirza Abbas Raza
ED]> Sent: Wednesday, September 27, 2006 2:11:15 PM Subject: Re: log4j doesn't log files when weblogic is run as a windows service. Did you ever try setting log4j.debug=true in your property file? What does it spit out to the console? I don't recall if you can set this as a system pro

Re: log4j doesn't log files when weblogic is run as a windows service.

2006-09-27 Thread Jacob Kjome
didn't find one. > > thanks, > Abbas > > - Original Message > From: Jacob Kjome <[EMAIL PROTECTED]> > To: Log4J Users List ; Mirza Abbas Raza > <[EMAIL PROTECTED]> > Sent: Wednesday, September 27, 2006 1:38:12 PM > Subject: Re: log4j do

Re: log4j doesn't log files when weblogic is run as a windows service.

2006-09-27 Thread Mirza Abbas Raza
s - Original Message From: Jacob Kjome <[EMAIL PROTECTED]> To: Log4J Users List ; Mirza Abbas Raza <[EMAIL PROTECTED]> Sent: Wednesday, September 27, 2006 1:38:12 PM Subject: Re: log4j doesn't log files when weblogic is run as a windows service. It's probably that the c

Re: log4j doesn't log files when weblogic is run as a windows service.

2006-09-27 Thread Jacob Kjome
From: Jacob Kjome <[EMAIL PROTECTED]> > To: Log4J Users List > Sent: Monday, September 18, 2006 2:24:38 PM > Subject: Re: log4j doesn't log files when weblogic is run as a windows > service. > > > A few quesions/comments... > > 1. What version of Log4j are

Re: log4j doesn't log files when weblogic is run as a windows service.

2006-09-27 Thread Mirza Abbas Raza
y, September 18, 2006 2:24:38 PM Subject: Re: log4j doesn't log files when weblogic is run as a windows service. A few quesions/comments... 1. What version of Log4j are you using? I think at some point, there was a feature implemented which allowed Log4j to create any needed director

Re: log4j doesn't log files when weblogic is run as a windows service.

2006-09-20 Thread Mirza Abbas Raza
t help. I don't find the logs being written either to the console or to the files. :( - Original Message From: Jacob Kjome <[EMAIL PROTECTED]> To: Log4J Users List Sent: Monday, September 18, 2006 2:24:38 PM Subject: Re: log4j doesn't log files when weblogic is run as

Re: log4j doesn't log files when weblogic is run as a windows service.

2006-09-18 Thread Jacob Kjome
y\domains\mydomain\conf\managedwrapper.conf". The logs/node > directory is located in mydomain directory. Wouldn't this point the logs to > the right directory? > > Thanks, > Abbas > > > - Original Message ---- > From: Jacob Kjome <[EMAIL PROTECTED]> &

Re: log4j doesn't log files when weblogic is run as a windows service.

2006-09-18 Thread Mirza Abbas Raza
s Raza <[EMAIL PROTECTED]> Sent: Monday, September 18, 2006 11:57:20 AM Subject: Re: log4j doesn't log files when weblogic is run as a windows service. I'll bet they *do* get created. You just don't know where to look. What does your config look like? Does it use relative p

Re: log4j doesn't log files when weblogic is run as a windows service.

2006-09-18 Thread Jacob Kjome
I'll bet they *do* get created. You just don't know where to look. What does your config look like? Does it use relative paths to the files? Keep in mind, relative paths are relative to the directory from which the JVM started. So, if you start on the command line, the path in the config file

log4j doesn't log files when weblogic is run as a windows service.

2006-09-18 Thread Mirza Abbas Raza
All, The log4j framework doesn't seem to write to the logs when weblogic is run as windows service. As I understand, the two things needed for the log4j framework are: - log4j.jar in classpath - log4j.properties as -Dlog4j.configuration. It contains the necessary configuration for logging. Bot