At 02:01 PM 11/29/2004 -0600, you wrote:
>> Actually just
>>
>> System.setProperty("fvis.logging.logfile",mylog);
>
>Ok, yeah, I could set the property via Java, but is there a way such
>that it would recognize Windows system properties?
>

How about using a batch script an iterating through all (or just the preferred) the Windows system properties and setting them as -D parameters when calling your java program? In any case, they will have to be set as java system properties, not just Windows system properties.

Jake

>Thanks.
>
>> and in your config file
>>
>>    log4j.appender.PgmLog.File=${fvis.logging.logfile}
>>
>> should be enough. No need to go through another variable.
>
>Thanks again,
>
>
>- Dave
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]


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



Reply via email to