1 / 8

Web Integration to an Appx Backend Server

This article discusses server issues related to integrating a web server with an Appx backend server, including Unix web servers and CGI, Win2K web servers and ASP, Win2K web servers and ODBC, processing requests, and generating HTML results.

mcdanielr
Télécharger la présentation

Web Integration to an Appx Backend Server

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Web Integration to an Appx Backend Server

  2. Issues Discussed: • Unix web servers + CGI • Win2K web servers + ASP • Win2K web servers + ODBC • Processing requests • Generating HTML results Web Integration to an Appx Backend Server

  3. Logical Overview: Appx Server Web Server Application files Html & scripts Web Integration to an Appx Backend Server

  4. Logical Overview: port 80 • Browser talks to web server Appx Server Web Server Application files Html & scripts Web Integration to an Appx Backend Server

  5. Logical Overview: • Browser talks to web server • Web server talks to Appx server Appx Server Web Server Application files Html & scripts Web Integration to an Appx Backend Server

  6. Logical Overview: • Browser talks to web server • Web server talks to Appx server • Appx processes data and returns result to web server Appx Server Web Server Application files Html & scripts Web Integration to an Appx Backend Server

  7. Logical Overview: • Browser talks to web server • Web server talks to Appx server • Appx processes data and returns result to web server • Web server returns result to the browser Appx Server Web Server Application files Html & scripts Web Integration to an Appx Backend Server

  8. Logical Overview: • Browser talks to web server • Web server talks to Appx server • Appx processes data and returns result to web server • Web server returns result to the browser • Browser connection closed Appx Server Web Server Application files Html & scripts Web Integration to an Appx Backend Server

More Related