Kbase 16042: WebSpeed 1.0 - Steps to Run the demo in NT 3.5
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/01/2000 |
|
SUMMARY:
Perform the following steps to run the demo provided with
WebSpeed 1.0 on NT 3.5 (NT version 3.5 required)
NOTE: C:\WSRT is the default directory where the WebSpeed
Transaction Server is installed.
SOLUTION:
1) Verify that the following files are in the appropriate
directories:
C:\WSRT\WTB.CNF
C:\WSRT\TAGMAP.DAT
C:\WSRT\BIN\_WTB.EXE
C:\WSRT\BIN\_WTBMAN.EXE
C:\WSRT\BIN\CGIIP.EXE
C:\WSRT\BIN\WTB.BAT
C:\WSRT\BIN\WTBMAN.BAT
2) Create a directory called MYFILES in the Web Server's
cgi-bin directory:
3) Copy the files in the C:\WSRT\SRC\WEB\EXAMPLES to the
e.g., C:\WEB\CGI-BIN\MYFILES
C:\WEB\CGI-BIN\MYFILES directory.
4) Copy the "WTB.BAT" or "wtb1.BAT" and the "WTBMAN.BAT"
files in C:\WSRT\BIN to your directory where your .w's,
.htm's, and .off files are located.
e.g., C:\WEB\CGI-BIN\MYFILES
C:\WSRT\BIN\PROGRESS.INI
Make sure that the PROPATH includes the directory where
the .w's, .htm's, and .off's reside. They all should
be in the same directory.
e.g., PROPATH=C:\WEB\CGI-BIN\MYFILES;%PROPATH%
6) Copy the "WTB.CNF" file from C:\WSRT to your directory
where the .w's, .htm's, and .off's reside.
e.g., C:\WEB\CGI-BIN\MYFILES
7) Create a batch file that places C:\WSRT\BIN in the PATH
and run it.
-OR-
Modify the AUTOEXEC.BAT file so that PATH includes
C:\WSRT\BIN and reboot.
8) Modify the WTB.CNF file:
cd C:\WEB\CGI-BIN\MYFILES
wtb . This line starts the broker using
the "wtb" shell script, the "."
tells the broker to look for the
"WTB.CNF" file in the current
wtb1 . Type this line to start the broker
if you installed the ITP Test
Engine.
wtbman 2000 status 2 2000 is the default port specified
in the "wtb.cnf" file where the
broker resides this line will
return the status of the agents
if you are running the test engine
then only 1 agent will appear
otherwise, 5 agents will appear
(default setting in the "wtb.cnf"
file)
9) Creation of a ".wsc" file that runs the WebSpeed
Messenger so that a URL entered in the Web Browser gets
from the Web Server to a WebSpeed Agent:
a) Create a file: "wsm.wsc" and place it in the
C:\WEB\CGI-BIN\MYFILES directory.
b) Script contents: "hostname" 2000
NOTE: "Hostname" is the name of the machine where the
WebSpeed Transaction broker is running, "2000" is the
port where the broker resides.
c) Using File Manager, create a file association ...
files with the ".wsc" extension associate with the
C:\WSRT\BIN\CGIIP.EXE executable.
10) Running the demo:
a) Start up your Web Browser.
b) Enter the following URL:
http://foo/cgi-bin/myfiles/wsm.wsc
cust-wo.w
A page should appear in your Web Browser.