Web Integration to an Appx Backend Server
80 likes | 98 Vues
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.
Web Integration to an Appx Backend Server
E N D
Presentation Transcript
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
Logical Overview: Appx Server Web Server Application files Html & scripts Web Integration to an Appx Backend Server
Logical Overview: port 80 • Browser talks to web server Appx Server Web Server Application files Html & scripts Web Integration to an Appx Backend Server
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
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
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
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