Hi, I'm trying to setup a Logging Command and Control interface on
Weblogic, so that each application may work within its own
LoggingRepository, using some type of RepositorySelector.

My questions revolve around a scenario that I feel can lead to potential
race conditions, and is inherently hard to test.  So imagine two
applications configure their repository via a File (xml/property, I
don't think it matters) that they provided to by some call back to the
Command and Control application.  If both applications specify a the
same physical file for a RollingFileAppender:

1. Can this occur, or will the configuration process fail?
2. 
        a. Will both applications write to the same file?
        b. Will all file data be preserved or will overwrite occur?
        c. Whose configuration for rollover settings will take effect?
3. Can something be done to prevent, or prefix/suffix
RollingFileAppenders from the CC Application to prevent/stop user
errors?


I'm sure there are a few more curiosities with this scenario I'm not
thinking of, and I would appreciate any input people might have.

Thanks
Geoffrey

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

Reply via email to