The Java(tm) Telnet Applet

Installation:

1) This applet must run/reside on the same server that the talker is on.
2) Put this whole directory structure into a directory in your main web
   directory.
3) Type ./configure
4) Change in index.html and 1024768.html the following
   * The <TITLE> </TITLE> to something other than Java Talker Connection
      if you so deisre
   * Ditto on the words after <font size=+2>
   * All instances of "www.intermarket.net" to THIS hostname.
   * The port parameter's value to the port the talker runs on.
   * The address http://pw.misty.com:5030 to the addrress of the talker's
     web port (this is Pinwheel's)
   * The address telnet://206.106.62.23:5000 to the address of the direct
     telnet address to your talker.
   
To get the client up, try..
 http://this_host/path_to_your_web_dir/applet_directory/index.html

-Cygnus

-------------------------------------------------------------

Hint: Always remember that the applet can only connect to the
      server it has been loaded from! You will get a security
      exception when trying to connect to some other host.

      If you load your applet locally via the file:// URL
      don't forget to set the CLASSPATH environment variable
      to the directory, where the telnet.class resides _before_
      you start your appletviewer or web browser!

Authors: Matthias L. Jugel (leo@first.gmd.de)

This applet is the result of our attempt to make a useful java application
and to provide better access to the world of internet through the almost
everywhere available Web browser.

We hope you find this piece of software as useful as we do. The source code
is publicly available under the GPL.

-------------------------------------------------------------

