Consultor Eletrônico



Kbase 17042: Web Servers and Browsers Supported by WebSpeed 2.x
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/21/2003
Status: Unverified

GOAL:

Web Servers and Browsers Supported by WebSpeed 2.x

FACT(s) (Environment):

Webspeed 2.x

FIX:

The WebSpeed Transaction Server supports any web server that adheres to the Common Gateway Interface (CGI) 1.1 specification. The following configurations all meet this specification:


Client OS               Version         SP              Comments
-------------------     ---------       -----------     ------------
NT Workstation          3.51, 4.0       SP 5;2,3
NT Workstation          4.0             SP 2,3
Windows95               NA              NA
NT Alpha                4.0             SP 2,3          MS IE only

Browsers                Version
--------                -------
Netscape                3.0 (standard and Gold) (128 bit encryption
                       does not work).
Netscape                3.01(Standard and Gold) (128 bit encryption
                       does not work).
MS IE                   3.02
MS IE                   3.0 (Win 95 only)

Server OS               Version         SP
------------------      ---------       -----------
NT                      4.0             SP 0, 2,3
NT                      3.51            SP 5
NT-Alpha                4.0             SP 2,3
SCO                     2.1             NA
AIX                     4.1             NA
HP                      B.10.01 A       NA
Solaris                 (SUNOS) 5.4     NA
DEC UNIX OSF1           V3.2            NA

Web Servers             Version
-----------             -------
NS ENT SVR              2.0, 2.01
NS FT SVR               2.01
MS IIS SVR              1.0 (NT 3.51 Server), 3.0
Apache  SVR             (unknown)
O'Reilly Website        1.1H (cgiip only)
IIS                     1.0 (NT 3.51 Server)

Misc                    Version
---------------------   ---------------------------------
JavaScript              Version 2.0.0.1125 with MS IE 3.02 on NT 4.0
JVM                     Version 1.02 with NS 3.01 on NT 4.0
JVM                     Version 1516 with MS IE 3.02 on NT 4.0

You need the browser to support only the features you are using in the HTML pages you generate from Workshop:

    - If your application needs FRAMES, the browsers must
      support it.

    - If you use JavaScript, the browser must have Javascript.

    - If you are using Java, or ActiveXs, you need a browser that
      supports Java or ActiveX.

There are two scenarios where you must require a browser that supports cookies:

    - If you use cookies in your application.

    - If you use the WebSpeed State-Persistent model (for example,
      LOCKED agents).


The reason that Workshop needs HTML with frames, Java, and cookies, etc. is that Workshop itself is a WebSpeed application that needs these features.

If you build your HTML Web objects from the wizards and templates provided with WebSpeed Version 2.0 or higher, by implication you are using Javascript and frames. This is true for the wizards and the report template. The files that are built do have Javascript (but only a little) and the wizards for report/detail both are aware of Frames as the targets for links.

The FRAMESET template also can only be used where frames are supported.