On Aug 14, 2008, at 11:04 AM, Curt Arnold wrote:
> Looks like you'd be better off using the shared folders capabilities
> of your VM software and access the log file with a local path name.
>
>
Or you could use NET USE to map the share to a drive letter and then
use the drive letter in the URL.
c:\> NET USE q: \\192.168.1.100\folder /USER:foo /PASSWORD:bar
Then use file:///q:/share-path
---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org
|