For Installation of:
Specify [AdminWorkDir] during install.
[TunnelDir]
[JavaDir]
[WebRootDir]\temp (for RDU browser viewing)
[WebRootDir]\xml (for xml files)
Run the jre installation program. Extract files into [JavaDir].
Refer to the Overview and Installation Instructions as necessary
Copy [TunnelDir]\tunnel\win32\scripts\jsihttp.dll to [WebScriptDir]
Edit [TunnelDir]\tunnel\system\tunnel.ini (if necessary)
For Windows 2003 servers, be sure you have configured IIS as discussed in the Installation Of The Cgi Or Isapi Script section of the Overview and Installation Instructions.
Copy "statusas.p" and "statusas.i" from tunnel\test to [BrkrWorkDir].
Make sure databases start in multi-user mode (at least 1 server), with network startup params ("-S [SvcName] -N tcp").
The page writer processes (APW, AIW, BIW) are optional but are normally desirable for better performance in real installations.
Make sure the [SvcName] is defined in the services file:
IMPORTANT:
After completing all configuration changes, disconnect the Progress
Explorer admin broker, then close Progress Explorer and restart it to make
sure the changes take effect properly.
Use Progress Explorer to start database(s), then check status.
Use Progress Explorer to start NameServer, then check status.
Use Progress Explorer to start AppServer broker, then check status.
Note: All of these could be set to autostart at boot time.
From Windows Explorer or from a DOS command prompt window:
Check Status from Test Script.
Try the test.bat script (may have to modify for your application program/database). The output will appear in one long (messy-looking) line, because it is formatted for use with Jargon Reader. However, if you get back a long response that includes Propath directory entries, etc then it is working.Check Status from Web Browser.
Try running statusas.p from a web browser. From a client PC with access to the Web Server host, open Internet Explorer or Netscape Navigator and enter a URL like:http://999.999.999.999/scripts/jsihttp.dll/Broker=XXX/statusas.p?ProcName=GetStatusSubstitute the IP address of the machine that the web server is running on for the "999.999.999.999" and substitute the desired tunnel broker name for "XXX". You can use either a symbolic or numeric IP address, as long as the symbolic name is getting converted to an IP address correctly by DNS or other means. You can test this by trying to "ping" the symbolic address. The tunnel broker name must be one of those specified in your "jsihttp.ini" file.Test Your Application.
From a client device, enter the URL of an application's startup file
Examples:"http://www.abc.com/login.html" for a V2 desktop appIf it works, you’re done. Go celebrate.
"http://www.abc.com/login.ini" for a V3 WPDA appOtherwise find out what is wrong and fix it.