Home Segments Top Top Previous Next

1030: Mainline

To run the client and server on the same computer, for testing, you need only to replace a full internet address with localhost in the client stub defined in Segment 1028:

...
// Replaced  
// String computer = "whitney.ai.mit.edu";  
String computer = "localhost";  
...

Everything on the server side is unchanged.