Listing 1. Testing the Server Processes

[root@harley2 steve]# telnet localhost 8888
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
<!  —CVWlinux-->
<!--
Welcome to the Collaborative Virtual Workspace.
        This is version 3.2.0 of the CVW core.
If you are not using a CVW client ...
  type:  connect username password
             to connect as an existing user
  type:  quit
             to disconnect
-->
connect admin admin
*** Connected ***
#$#mcp version: 2.0 authenticate: 1
Outside
  There is an exit north to `First Floor Lobby'.
  Last connected Fri Apr  9 09:08:14 1999 EDT from localhost
quit

Connection closed by foreign host.
[root@harley2 steve]# telnet localhost 8889
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET / HTTP/1.0
HTTP/1.0 200 Success.
Content-Type: text/html
Content-Length: 351
<head>
<title>The CVW Document Server</title>
</head>
<body>
<h1>The CVW Document Server</h1>
<p>The Document Server can be accessed only through the
CVW at this time. Please use your CVW client to access
documents and document information. Thank you.
<p>Administrators can click <a href=http://129.83.9.60:8889/admin/9999>here</a> to log in.
" </body> Connection closed by foreign host.