Package com.ibm.ras.server

The RAS Log Server works in tandem with the com.ibm.ras.RASSocketHandler class.  It is run as a Java application on a server.  It binds to a socket, listening and accepting connections from RAS socket handlers.  Once a connection is established between the log server and a client, log data is sent from the client to the log server, where it is displayed on the console and, optionally, written to a file.

See:
          Description

Class Summary
RASConnectionHandler RASConnectionHandler processes individual client connections.
RASLogServer RASLogServer works in tandem with the RASSocketHandler class.
 

Package com.ibm.ras.server Description

The RAS Log Server works in tandem with the com.ibm.ras.RASSocketHandler class.  It is run as a Java application on a server.  It binds to a socket, listening and accepting connections from RAS socket handlers.  Once a connection is established between the log server and a client, log data is sent from the client to the log server, where it is displayed on the console and, optionally, written to a file.