You are specifing the file in the URI format and that's why the drive is
necessary. All it requires is the relative path, you can try
/projects/util/log4jProps.lcf or \projects\util\log4jProps.lcf and it should
work.

Swami

> -----Original Message-----
> From: Nair, Ranjini [mailto:[EMAIL PROTECTED]]
> Sent: April 1, 2002 10:53 AM
> To: '[EMAIL PROTECTED]'
> Subject: Problem specifying the properties file path in
> PropertyConfigurat or
> 
> 
> Hi All,
>   I am having problems specifying the path for the properties file in
> PropertyConfigurator.configureAndWatch(). I'm using log4j1.1.3 and am
> initilizing log4j in the servlet. I'm calling this method as,
> 
> PropertyConfigurator.configureAndWatch("\\projects\util\log4jP
> rops.lcf",
> 5000).
> 
> I find that on our development servers, this does not work 
> and I need to
> specify the drive in order for the initialization to work,
> 
> PropertyConfigurator.configureAndWatch("c:\\projects\util\log4
> jProps.lcf",
> 5000). I have this directory in the CLASSPATH but that 
> doesn't seem to help.
> 
> The drive is different on the development, QA and production 
> machines. Is
> there any way that I can overcome this dependency on the drive letter?
> 
> Thanks,
> Ranjini.
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

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

Reply via email to