Kalcevich, Daniel wrote:
> Everyone,
> 
>  
> 
> I have an application that runs from a Web Interface as well as from a
> command line state.  The problem I am having is that when the batch job

Do the two applications run at the same time (i.e. does the batch job
run while the web application is also running), or do they run mutually
exclusive?
For the former, AFAIK it is not possible, because log4j does not
synchronize write access to the same file from within different VMs.

Regards,

        Andreas

Reply via email to