[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference orarep::nomahs::rdb_60

Title:Oracle Rdb - Still a strategic database for DEC on Alpha AXP!
Notice:RDB_60 is archived, please use RDB_70..
Moderator:NOVA::SMITHISON
Created:Fri Mar 18 1994
Last Modified:Fri May 30 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:5118
Total number of notes:28246

4982.0. "RDBWEB.COM gone troppo" by M5::JAKUHN (RDB: 34% better than real life) Wed Jan 29 1997 19:09

    when installing the web agent:
     @SYS$UPDATE:VMSINSTAL RDBWEBA070 DUB4:[RDBA070] OPTIONS N 
    
    the documentation /www/rdb7doc/rdbweb/vms_inst.htm says that
    RDBWEB.COM will left in sys$system by the installation. It doesn't
    seem to leave it there. ?  I don't see it in the saveset either. 
    
T.RTitleUserPersonal
Name
DateLines
4982.1WEORG::GREMBOWICZThu Jan 30 1997 15:5941
    
    I spoke with the engineers and found out that the installation
    procedure doesn't include RDBWEB.COM and they thought that the
    documentation provided a sample.  We apologize for that error.
    
    Here is a sample RDBWEB.COM that would be appropriate for a CERN
    server:
    
Sample script for CERN http server on OpenVMS
------ ------ --- ---- ---- ------ -- -------

The script below works with the CERN server. It should be called
RDBWEB.COM and should be placed in the ...CERN.DAEMON.ETC] directory.

$! 'f$verify(0)'
$!============================================================================
$! ----------
$! RDBWEB.COM
$! ----------
$!
$!	this script activates the rdbweb cgi image for the CERN
$!	http server
$!
$!============================================================================
$ say := "write WWW_OUT"
$ set default Httpd_dir:
$ define /user sys$output www_out:
$ define /user sys$error www_out:
$ run sys$system:RDBWEB.EXE
$ exit
    
    
    If you are using other servers, you would have to modify it for that
    server.
    
    We will correct the documentation for the next release.  Thank you for
    pointing out this error.
    
    
    Helen
    
4982.2thank you!!M5::JAKUHNRDB: 34% better than real lifeThu Jan 30 1997 16:273
    Hey, thanks for checking on it. 
    
    --jay