CVW Collaborative Virtual Workspace

CVW Server Installation Instructions


  1. Installing the CVW Server Software

  2. This directory must be created on the local file system and must not be exported to other systems.

    Change to the CVW Server directory and edit the cvw.boot script so the settings below reflect your CVW Server settings. This script is used to start and stop the CVW Server (e.g., ./cvw.boot start, ./cvw.boot stop).

    cvwuser = cvw CVW Document Server user account name
    serverdir = /opt/CVWserver CVW Server software directory
    cvwname = CVW CVW database file name
    portnumber = 8888 CVW Server port
    num_fd = unlimited maximum number of simultaneous user connections

    It is recommended that you accept the default values.

  3. Installing the CVW Document Server

  4. It is recommended that the CVW Document Server be installed on the same host system as the CVW Server. If you opt to install the Document Server on an alternate host system, install it into the recommended location of /opt/CVWserver. If you choose not to install the CVW Document Server in the recommended location, make a symbolic link from the recommended location to the actual location.

  5. Creating the CVW Unix User Account and Setting File Ownership

  6. user name: cvw
    user ID: 101 (unless already in use)
    group ID: 2

    You can use the following in your /etc/passwd file.

    cvw:x:101:2:CVW Server:/opt/cvw:/bin/sh

    You can use the following in your /etc/shadow (if your system uses shadow passwords.)

    cvw:NP:6445::::::

    cd /opt/CVWserver
    chown -R cvw .
    chgrp -R 2 .
    chmod 750 .
    chmod -R go-w *

  7. Starting and Testing the Operation of the CVW Server

  8. Starting and Testing the Operation of the CVW Document Server


Last update: 31 October 2000

This work, including the source code, documentation and related data, is placed into the public domain.
The original author is The MITRE Corporation.

THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, AS TO THIS SOFTWARE, OR TO THE ACCURACY, CAPABILITY, EFFICIENCY, OR FUNCTIONING OF THIS SOFTWARE OR ANY DERIVATIVE WORK OR OTHER ITEM MADE, USED, OR SOLD THAT INCORPORATES THIS SOFTWARE. THE AUTHOR OF THIS SOFTWARE ASSUMES NO RESPONSIBILITY FOR ANY CONSEQUENCE RESULTING FROM THE USE, MODIFICATION, OR REDISTRIBUTION OF THIS SOFTWARE.

Information in this document is subject to change without notice.
Other products and companies referred to herein are trademarks or registered trademarks of their respective companies or mark holders.
SourceForge