USING THE JAVA GENERIC REDISTRIBUTOR ON NT Set up Java Environment The Java environment must be set up correctly per the instructions which come with your Java runtime. In particular: the directory containing the Java interpreter must be in PATH (for JDK version 1.1.2, this is c:\jdk1.1.2\bin). the file containing the Java class library (classes.zip) must be in CLASSPATH (for JDK 1.1.2, this is c:\jdk1.1.2\lib\classes.zip). Update CLASSPATH Add the path of the directory in which the Generic Redistributor code resides to the CLASSPATH environment variable. If the code is in C:\GR for example, you would add "C:\GR" to the CLASSPATH variable. Run the GR Run the GR with this command: java GenericRedistributor local-request-port server-name server-port So to run the GR so that it accepts requests at port 6000 and connects to loops_fanout on fanout (port 9003), use the command java GenericRedistributor 6000 fanout.its.washington.edu 9003