📄 syslogd.html
字号:
<html><head><title>Java SyslogD</title></head><body><h2>Introduction</h2>Syslogd is a Java based syslog inplementation that allows youto monitor messages posted by the standard syslogd protocol,common on UNIX systems. By adding a simple line to your syslogconfiguration under UNIX, you can have all (or some) messagesredirected to this application.<h2>User Manual</h2>The<a href="manual.html">Syslogd User Manual</a>is a very terse document to help youget started. There is not much to learn if you are alreadyfamiliar with syslog.<h2>Syslog Clients - Logging From Java</h2>Many users do not wish to run Syslogd on their system, butinstead wish to use syslog protocols to log messages fromtheir Java programs to a syslog host.<p>For this purpose, you simply download the Syslog package,which contains the Java package <em>'com.ice.syslog'</em>, whichcontains the code necessary to allow any Java program tolog messages using the syslog protocol.<p>Combined with Syslogd, you can now provide distributedlogging as programmers have for years under UNIX.<h2>Requirements</h2>To use this syslog server, you will need a version of thejdk for the system you wish the run on. The jdk must implementrelease 1.1 of the Java API. You may get<a href="www.javasoft.com">the latest release of the jdk</a>from <a href="www.javasoft.com">JavaSoft.</a><h2>Starting Syslogd</h2>For those who intend to compile the sources in their owndevelopment environment, there is nothing special aboutSyslogd. Everything you need is located in the sourcedirectory. Simply install the com directory in yoursource tree and compile with "javac -depend SyslogD.java".<p>For those who do not want to compile, but instead wishto simply run Syslogd, the <em>application</em> directorycontains a JAR file and a syslog.conf file to get youstarted. Copy the application directory to your desiredinstallation point. Change your working directory so thatyou are in the new location (i.e., cd directory) and runthe application with the following command:<pre> java -classpath "./syslogd.jar;/jdk/lib/classes.zip" com.ice.syslogd.SyslogD"</pre>Replace the "/jdk/lib/classes.zip" with the correct locationof your Java installation. This should start Syslogd and displaythe main window.<p>Windows users can simply create a shortcut that invokes theabove command, and sets the current directory to the applicationdirectory. This will allow Windows users to start Syslogdwith a double click on the shortcut.<h2>Downloading</h2>You may<a href="FTP://btc2.up.net/pub/users/time/java/syslogd.tar.gz">ftp the tar.gz package</a>or you may<a href="FTP://btc2.up.net/pub/users/time/java/syslogd.zip">ftp the zip package.</a><h2>Author</h2>You may contact the author, <a href="mailto:time@ice.com">Tim Endres,</a> if you have any suggestions or bug reports.<h2>License</h2>This software is published under the<a href="license.html">GNU General Public License.</a><!-- ================ HOME PAGE ================== --><hr><a href="http://www.ice.com/java/syslogd/index.html">The SyslogD Home Page</a>will always contain the latest version of SyslogD foryour downloading pleasure.<hr><FONT SIZE="-2"><center>$Id: syslogd.html,v 1.2 1998/07/29 02:15:11 time Exp $<br>Copyright (c) 1997 By Timothy Gerard Endres<br>SyslogD is licensed to you under the<a href="License.html">GNU General Public License</a>.</center></FONT></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -