Has anyone else had problems on windows NT specifying a path in the File parameter of 
an appender?
For example, if I try the following code in a config file:
<appender name="foo" class="bar">
  <param name="File" value="logs/blah.log" />
....
I get the following error:

log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: dude/siteUsage.log (The system cannot find the pathen 
specified)
-------------
Things work fine if I just specify a filename in the value attribute.
I'm using version 1.0.4.  I didn't see any bug fixes about this mentioned in the 
HISTORY of version 1.1b1, so I thought I'd ask first to see if this really is a 
problem.

Thanks,
[EMAIL PROTECTED]




**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to