I'm looking for a log viewer with similar capablilties as Chainsaw, in which I can tail Glassfish log files over for instance SSH/SCP. Does anyone know if such a tool exist?
Can you point to the VFS plugin?
Kristian
2008-10-09 12:31:35
See http://logging.apache.org/chainsaw/distributionnotes.html
Stephen Denne
2008-10-09 12:38:52
Looks great, but it apperars that the server I currently use does not support SFTP, only SCP.
Kristian
2008-10-09 14:00:30
+1
A:
From other post:
- Configure putty to write out a log file from the connection.
- Do the log analysis against the putty log file.
Kristian
2008-10-10 17:50:37
+1
A:
I have put together something that allows me to use java.util logging with GlassFish and Chainsaw. Sources etc. here: http://blog.cotopia.com/2009/10/sending-glassfish-javautil-log-records.html
Zero Effort
2009-10-06 05:04:36
A:
VFSLogFilePatternReceiver uses Jakarta Commons-VFS, so it supports SFTP and SCP. See: http://commons.apache.org/vfs/filesystems.html#SFTP
Scott
2010-01-15 05:41:27
A:
OtrosLogViewer user VFSFileSystems and can load logs from remote server (ftp, sftp, smb, http). It supports java.util.logging.XMLFormatter and java.util.logging.SimpleFormatter. See: http://code.google.com/p/otroslogviewer/
OtrosSystems
2010-04-05 22:40:15