<div dir="ltr">Or put the file in the user's home directory with something like ${user.home}<div style>  (*Chris*)</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 6, 2013 at 12:58 PM, David Roussel <span dir="ltr"><<a href="mailto:nabble@diroussel.xsmail.com" target="_blank">nabble@diroussel.xsmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Steve,<br>
<br>
Can you put the user name in the file name so each user has a separate set if files?<br>
<span class="HOEnZb"><font color="#888888"><br>
David<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On 6 Jun 2013, at 18:39, Steve Cohen <<a href="mailto:scohen@javactivity.org">scohen@javactivity.org</a>> wrote:<br>
<br>
> My previous thread showed me being successfully guided to a solution to rollover problems, by removing the File element of the rolling policy to avoid renaming issues.<br>
><br>
> These problems surfaced in my instance due the following operational environment:<br>
><br>
> 1) A GUI application running under Windows, not a server-side application.<br>
><br>
> 2) Application is launched from time to time by different users.  This leads to file-ownership issues preventing rename operation.<br>
><br>
> Similar problems occur in the delete scenario based on the <maxHistory> element.<br>
><br>
> But in this case, there is no workaround for deletion<br>
><br>
> Also I wonder about this:<br>
><br>
> TimeBasedArchiveRemover.cleanByPeriodOffset() calls java.io.File.delete().<br>
><br>
> File.delete() returns a boolean which is not checked in cleanByPeriodOffset().  It also throws a SecurityException (a RuntimeException) which isn't checked for.  I'm not sure where this would be caught but I'm guessing it isn't the case here or we would have more catastrophic failures, so I suppose it's just returning false.<br>


><br>
> Should logback do something about this?  It's not clear because it's not clear what it could do.  There is no alternative as in the case of renaming.<br>
><br>
> Is there any solution available other than setting the directory so that every user has full rights to it?  Mere write access is not enough in the Windows permissions scheme.<br>
> _______________________________________________<br>
> Logback-user mailing list<br>
> <a href="mailto:Logback-user@qos.ch">Logback-user@qos.ch</a><br>
> <a href="http://mailman.qos.ch/mailman/listinfo/logback-user" target="_blank">http://mailman.qos.ch/mailman/listinfo/logback-user</a><br>
_______________________________________________<br>
Logback-user mailing list<br>
<a href="mailto:Logback-user@qos.ch">Logback-user@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/listinfo/logback-user" target="_blank">http://mailman.qos.ch/mailman/listinfo/logback-user</a><br>
</div></div></blockquote></div><br></div>