RollingFileAppender will write to a file on your filesystem -- it
doesn't care physically where that is.  So if you mount it (on unix)
or map a drive (on windows) you can write to it fine.  Of course
remote filesystems have potential problems with file locking, but if
you can guarantee that you're the only thing writing to it....


On Mon, 11 Oct 2004 14:15:50 -0700, Swati Vakharia <[EMAIL PROTECTED]> wrote:
> ---------- Forwarded message ----------
> From: Swati Vakharia <[EMAIL PROTECTED]>
> Date: Mon, 11 Oct 2004 14:13:30 -0700
> Subject: Can file appender be set to remote file?
> To: [EMAIL PROTECTED]
> 
> I'm setting up my log4j configuration and would like to have my
> appender writing to a file on a server that is different from where
> the applciation will be running. Can i set the RollingFileAppender be
> on a remote server? And if so, how? Thanks in advance!
> 
> Swati

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

Reply via email to