#!/bin/tcsh -f

#NOTE: If you modify the server setup using the -s option for the
#      .ascrc, please remember to modify the server in the 
#      .htvv file which is used by the WEB application
setenv MANPATH 
set x = `cat $ASCDS_VV_CACHE_DIR/vv_manager/vv_ascrc`
source $ASCDS_VV_CACHE_DIR/vv_manager/.ascrc $x
printenv | grep DB_LOCAL_
printenv | grep DB_REMOTE_
cat $ASCDS_VV_CACHE_DIR/vv_manager/.htpwd | arc4gl -U $2 -i$1
exit $status

