In that case, you can try an OS solution to sync the logfiles from the servers into a central place... (http://www.cis.upenn.edu/~bcpierce/unison/)
If on *nix .. Then rsync is also a popular choice. Regards, ~ Inder -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Navjot Singh Sent: Monday, September 12, 2005 4:07 AM To: Indian Java Users Group at Delhi Subject: Re: [JUG-Delhi] Help with Logging for load balanced app sorry guys. failed to mention one constraint. i cant use log4j. only use jdk logging. any ideas? --- Sandip Bhattacharya <[EMAIL PROTECTED]> wrote: > On Sunday, 11 Sep 2005 3:59 am, Inderdeep Dhir > wrote: > > You should be able to use log4j and its socket > appender > > (http://logging.apache.org/log4j).. > > And checkout the syslog option of log4j. It enables you to collect all > the logs of different machines via the network into one machine. > > - Sandip > > -- > Sandip Bhattacharya * Puroga Technologies * > [EMAIL PROTECTED] > Work: http://www.puroga.com * Home/Blog: > http://www.sandipb.net/blog > > PGP/GPG Signature: 51A4 6C57 4BC6 8C82 6A65 AE78 > B1A1 2280 A129 0FF3 > > > _______________________________________________ > Java mailing list > [email protected] > http://mail.jug-delhi.org/mailman/listinfo/java_jug-delhi.org > __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com _______________________________________________ Java mailing list [email protected] http://mail.jug-delhi.org/mailman/listinfo/java_jug-delhi.org _______________________________________________ Java mailing list [email protected] http://mail.jug-delhi.org/mailman/listinfo/java_jug-delhi.org
