Hi All,

I'm implementing Logger for Distributed System using Log4j. I have 4
different servers and each server is having the local Logger. Apart from the
local logger there will be an centralized logger in one server.
Usually the messages are logged to the centralized logger only. When central
server is down the messages are logged to the local server.
When the Centralized server is up the locally logged files(messages) need to
be logged to the Centralized server and local log files need to be
deleted. When
i try to delete the log files programmtically when the server is running its
giving exception like access denied.
I'm using XMLLayout Pattern and Tomcat as Application Server.

Can any one help me in this case,

regards,
Rajashekhar V

Reply via email to