aspose file tools
The moose likes Java in General and the fly likes Logging files to remote machine Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Logging files to remote machine" Watch "Logging files to remote machine" New topic
Author

Logging files to remote machine

Rajasekaran Anand
Greenhorn

Joined: Sep 13, 2001
Posts: 23
Hello Friends,
How to log files to a remote machine which
should have only hard disk with GB of memory.
Is any possible way for doing this???
Anand
Gerry Giese
Ranch Hand

Joined: Aug 02, 2001
Posts: 247
do a websearch for SysLog and/or Protomatter (related projects). SysLog is the best logger out there, and has RMI and other loggers available for remote logging.


CJP (Certifiable Java Programmer), AMSE (Anti-Microsoft Software Engineer)<br />Author of <a href="http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi" target="_blank" rel="nofollow">Posts in the Saloon</a>
Thomas Smets
Ranch Hand

Joined: Dec 11, 2001
Posts: 111
Use Log4J.
I will do what you need !
Just make sure you use Log4J version 1.2 when it will be available !


Thomas Smets
Just another developper
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Logging files to remote machine
 
Similar Threads
How to access remote folder files without using ftp or tftp using java
Applet accessing client's file system
JSP Error
Uploading xml to database
JDBC-ORACLE: Why same code work at local machine but not remote client?