This is a quick README for the installation of the 4.0 Linux client The client has been tarred up as it exists on my machine, so some configuration will need to be accomplished. Here are the basic steps: 1) Save the download package into a temporary directory, such as /tmp. 2) Move to where you would like to install the client and unpack the download. By default, the client has been set up to be installed under the /opt directory. To do the same, do: cd /opt tar xvzf /tmp/cvw-Linux-client-4.0.tar.gz The client will be extracted to the CVWclient directory. 3) Download a JVM for this client. I found that the IBM JVM looked good, but had problems with the docserver connection. The Sun 1.3 JRE for Linux seemed to work well. 4) Move into the installation directory and modify the following files as appropriate: startcvw - startup script; change INSTALL_DIR and JAVA_HOME if necessary. server.cvw - CVW server configuration. Change to your server's configuration. mime-db - document to application mappings runtime/bin/ns.sh - startup script for Netscape (or whatever browser you choose) 5) Start the application: startcvw server.cvw Note: A couple of problems exist right now (1) The whiteboard doesn't work. Not sure what the problem is currently (haven't debugged) (2) Haven't tried out the admintool, but that may just need configuring like the Solaris version.