home *** CD-ROM | disk | FTP | other *** search
/ ftp.alaska-software.com / 2014.06.ftp.alaska-software.com.tar / ftp.alaska-software.com / waa / waa13w32.txt < prev    next >
Text File  |  2000-01-31  |  6KB  |  179 lines

  1. /*
  2.  * READ.ME of the Alaska Web Application Adaptor Version 1.31
  3.  * for Window NT and Windows 9x 
  4.  *
  5.  * International Edition
  6.  * 
  7.  * Date: 02/01/2000
  8.  * 
  9.  */
  10.  
  11.  ________________
  12.  1.0 Installation
  13.  
  14.  
  15.  1.1 Procedure
  16.  
  17.      When you have downloaded the Web Application Adaptor (WAA) as 
  18.      a ZIP archive, unpack the archive in a temporary directory and start 
  19.      the SETUP program. 
  20.      If you have received WAA on CD-ROM, insert the CD in your CD-ROM 
  21.      drive and start the SETUP program from the WAA1W32 directory.
  22.       
  23.      Note for Xbase++ users: Select "Custom installation" (see 1.2 below)
  24.  
  25.      The WAA development kit is installed by default on drive C: with 
  26.      the following directory structure: 
  27.  
  28.      \ALASKA\WAA1W32 
  29.                 |---APACHE       Apache HTTP server  
  30.                 |      |---OS2     OS/2 version 
  31.                 |      |---W32     Windows 9x and Windows NT version 
  32.                 |
  33.                 |---BOOK         WAA documentation 
  34.                 |
  35.                 |---GATEWAY      Gateway between the HTTP server and WAA  
  36.                 |      |---OS2     OS/2 version  
  37.                 |      |---W32     Windows 9x and Windows NT version 
  38.                 |      |---ISAPI   Gateway for MS Internet Information Server
  39.                 |
  40.                 |---SAMPLES      Example applications 
  41.                 |
  42.                 |---SERVER       Web Application Adaptor (WAA) 
  43.                                  (and Xbase++ runtime, when installed)
  44.  
  45.      When the installation program has finished, the file WAA1SRV.EXE 
  46.      is located in the ..\SERVER directory. This file is the WAA server 
  47.      and it needs a connection to your HTTP server. The connection is 
  48.      provided by a gateway which is available for both OS/2 and Windows 
  49.      platforms. How to install and configure the gateway depends on
  50.      the HTTP server you are using. 
  51.  
  52.      Please refer to the online documentation for further configuration 
  53.      steps.
  54.  
  55.  
  56.  1.2 You have Xbase++ installed
  57.  
  58.      Select "Custom Installation" and unselect the checkbox for the Xbase++
  59.      runtime libraries. It is not recommended to install the Xbase++ runtime 
  60.      environment twice. 
  61.  
  62.  
  63.  1.3 You do not have Xbase++ installed
  64.  
  65.      The setup program of the Alaska WAA does not change any environment
  66.      variable nor will any component of the system be replaced.
  67.      If you install the Xbase++ runtime files they will reside in the 
  68.      SERVER directory. The package contains only those Xbase++ runtime 
  69.      files needed by the WAA.
  70.  
  71.  
  72.  1.4 What's new in this version ?
  73.  
  74.      WAA 1.31
  75.      --------
  76.      Session management is fixed.
  77.  
  78.      Under very special circumstances, the session management of WAA 1.30
  79.      showed an erroneous behavior. Session data of a client A stored via
  80.      oContext:setCargo() sometimes becomes visible to a client B. This
  81.      imposes a data security risk for Web applications and, as a
  82.      consequence, the session management is completely revised. If you
  83.      have deployed Web applications using persistent sessions, we recommend
  84.      to delete the following files of your WAA installation after
  85.      updating to version 1.31:
  86.  
  87.         ..\WAA1W32\SERVER\WAA1SRV.DBF
  88.         ..\WAA1W32\SERVER\WAA1SRV.FPT
  89.         ..\WAA1W32\SERVER\WAA1SRV.CDX
  90.  
  91.      If missing, these files are automatically created by WAA1SRV.EXE when
  92.      oContext:openSession() is called.
  93.  
  94.  
  95.      WAA 1.30
  96.      --------
  97.      Most of the common HTTP servers are supported by WAA version 1.3.
  98.      New features of WAA allow for maintaining a persistent session
  99.      via the Internet, the definition of user-defined HTML classes and
  100.      other details such as displaying framesets or sending e-mail from
  101.      a Web application. Please refer to the chapter "Read me first" in
  102.      the WAA online help for a full explanation.
  103.      
  104.  
  105.  ____________________________
  106.  2.  Support and contact info
  107.  
  108.  2.1 Technical support
  109.  
  110.      Technical support is available for every registered user of 
  111.      Alaska Software products. If you are not a registered user
  112.      you can also make support requests but it may be handled at
  113.      a lower priority compared to others and thus a response will 
  114.      not be guaranteed by Alaska Software in this case.
  115.  
  116.      To get in contact with our Technical Support use one of the 
  117.      contacts listed in 2.2.
  118.  
  119.  
  120.  2.2 How to contact Alaska
  121.  
  122.      You can use one of the following possibilities:
  123.  
  124.      Customers in Europe, Middle East, Africa use:
  125.  
  126.           support@de.alaska-software.com
  127.  
  128.       CompuServe Forum:  GO ALASKA
  129.       FAX:               (+49) 6196 / 957 222
  130.       Phone:             (+49) 6196 / 957 20
  131.       Mail:              Alaska Software GmbH
  132.                          Hauptstrasse 71-79
  133.                          65760 Eschborn
  134.                          Germany
  135.  
  136.      Customers in America, Asia, Pacific, Australia use:
  137.  
  138.           support@us.alaska-software.com
  139.  
  140.       CompuServe Forum:  GO ALASKA
  141.       FAX:               (+1) 970-242-7557
  142.       Phone:             (+1) 970-242-1084
  143.       Mail:              Alaska Software, Inc.
  144.                          744 Horizon Court
  145.                          Suite 360
  146.                          Grand Junction CO 81506
  147.                          U.S.A.
  148.  
  149.  2.3  News groups
  150.  
  151.       The Alaska Software news server address is:
  152.  
  153.            news.alaska-software.com
  154.  
  155.       A variety of Xbase++ related news groups are hosted by Alaska
  156.       Software on this server and you are invited to visit our news
  157.       groups regularly. The news groups provide access to a tremendous
  158.       amount of technical know how and experience that is shared between
  159.       Xbase++ users world wide.
  160.  
  161.  __________________
  162.  3.  Miscellaneous
  163.  
  164.  3.1 Trademark and copyright
  165.  
  166.    * Alaska Xbase++, Alaska XbToolsIII, DMLB and XBP are registered
  167.      trademarks or trademarks of the Alaska Software GmbH.
  168.  
  169.    * OS/2 is a registered trademark of the 
  170.      International Business Machines Corporation.
  171.  
  172.    * Windows NT, Windows 95 and  Windows 98 are registered trademarks or 
  173.      trademarks of the Microsoft Corporation.
  174.  
  175.  
  176.  
  177. WITH BEST REGARDS
  178. Your Xbase++ Team...
  179.