![]() |
![]() |
cd /opt
mkdir CVWserver
This directory must be created on the local file system and must not be exported to other systems.
cd /opt/CVWserver
uncompress - < cvw-moo-server-3.2.*.tar.Z | tar xvf -(Use the correct path to the tar file appropriate for your OS.)
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 connectionsIt is recommended that you accept the default values.
cp /opt/CVWserver/cvw.boot /etc/init.d/cvw
ln /etc/init.d/cvw /etc/rc3.d/S99cvw
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.
cd /opt/CVWserver
uncompress - < cvw-doc-server-3.2.*.tar.Z | tar xvf -(Use the correct path to the tar file appropriate for your OS.)
Change to the CVW Server directory and edit the docserver.cfg file so the settings below reflect your Document Server settings.
port = 8889 CVW Document Server port
docstore = /opt/CVWserver/doc-store Document store directory
logfile = docserver.log CVW Document Server log file name
It is recommended that you accept the default values.
Edit the cvwds.boot script so the settings below reflect your Document Server settings. This script is used to start and stop the CVW Document Server (e.g., ./cvwds.boot start, ./cvwds.boot stop).
cvwdsuser = cvw CVW Document Server user account name
serverdir = /opt/CVWserver CVW Server software directory
It is recommended that you accept the default values.
cp /opt/CVWserver/cvwds.boot /etc/init.d/cvwds
ln /etc/init.d/cvwds /etc/rc3.d/S99cvwds
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 *
/etc/init.d/cvw start
telnet <host name> <CVW port number>
Example: telnet server.mitre.org 8888
You will receive connection feedback similar to the following:
Trying 129.9.9.209...
Connected to server.mitre.org.
<!--YourMOO-->
<!--
Welcome to the Collaborative Virtual Workspace.
This is version 3.2 of the CVW server.
-->
To disconnect from the CVW Server, type:
quit
/etc/init.d/cvwds start
http://<doc-server-hostname>:<doc-server-port-number>
Example: http://server.mitre.org:8889
If the Document Server is operational, a web page indicating the operational status will appear.
The CVW Document Server
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.
Administrators can click here to log in.
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.