Previous Topic

Next Topic

Book Contents

Book Index

Redirecting the framework output and input

Some platforms do not offer a console, or the console has a small buffer. On such platforms it is better to redirect the system output of the framework to a file or to a remote console.

The remote console is a simple application that opens a TCP/IP socket on port 2000 and writes in the System.out all data received from the framework as well as forwards all data entered in the System.in back to the framework. Tune the input and output settings through the input and output system properties.