S/Web User Manual

Home S/Web Description S/Web Overview S/Web Installation S/Web Features S/Web Functions S/Web Objects S/Web Settings S/Web Troubleshoot S/Web FAQ S/Web Appendices

Links on this page:
 

Installation

LH Server Installation

Web Server Installation

Starting S/Web

Advanced Revelation

OpenInsight

Gateway Information

Installation

The S/Web installation occurs in two parts, the LH Server section and the Web Server section. They may be installed in any order desired.

If AutoPlay or AutoRun is installed on your CD ROM drive, then the S/Web installation will begin automatically. Otherwise, you must begin the process manually. The installation program SETUP.EXE can be found in the root of the CD-ROM drive. Double-click this program to being installation.

LH Server Installation

Web Server Installation

Starting S/Web

S/Web can run in two modes, normal or gateway. Advanced Revelation and OpenInsight start S/Web differently so these options will be made clearing in the respective sections.

Advanced Revelation

S/Web is started by running the catalogued program WWW_SERVER.

By default S/Web loads in normal mode. To have S/WEB load in gateway mode, you need to add the GATEWAY option to the end of the sentence.

(The image is meant to show both options available, and is not meant to be typical of how the screen is supposed to look).

The gateway mode allows the develop to see more information about the current running server.

In both modes, it's you can press F5 to bring up a TCL command line.

To exit S/Web, although we don't see why you would ever want to, just press the ESC key.

OpenInsight

To start S/Web from OpenInsight, type EXEC WWW_GATEWAY from the system monitor.

We recommend creating a start-up program to automatically load the Gateway when OpenInsight is started. Our system start up procedure is

Subroutine Sysprog_Startup_Proc( P1, P2 )
Call Start_Window( "WWW_GATEWAY", "", "", "", "" )
Return

This is loaded in field 32 of the ENV_AppName row in SYSENV. See the ENVIRON_CONSTANTS Insert row for more information.

Gateway Information

The gateway has much information to impart to the developer.

TopicDescription
ModeIndicates whether the server is a Primary server or a secondary server .
IDA unique number to identify this server instance.
StatusDisplays the current status of the server.
RequestsDisplays the number of requests processed by this server.
Average TimeDisplays the average time it has taken to process a request on this server.
DebuggerDisplays the status of the system debugger. If "enabled" then the standard debugger will load upon a debugger error condition. This value can be changed through the Debugger Server property.
Request DirDisplays the directory used to hold the HTTP request files.
Response DirDisplays the directory the HTTP content files are written to.
Resource IDA unique ID used for security purposes. This value is used across all server instances. It is created by the primary server.
Login Resource IDAnother unique ID used for security purposes. This value is used across all server instances. It is created by the primary server.
Login FormStill another unique ID used for security purposes. This value is used across all server instances. It is created by the primary server.
Session IDThis is the ID used for the request and response files. It is incremented by 1 for each request processed by any server.
Request FileThis is the fully qualified name of the request file.
Response FileThis is the fully qualified name of the response file.
ExecutingThe SWeb procedure that is currently executing or the name of the last procedure executed.
Execution TimeThe time it took to execute this procedure.

The bottom portion of the window shows a history of server information.

[top]

Copyright © 2005 The Sprezzatura Group. All rights reserved.