Back to Contents


Genero Application Server Overview

Topics


What is the Genero Application Server?

Genero Application Server (GAS) is an engine that delivers Genero applications. It creates relationships between various front-ends (the Genero Desktop Client Active X, the Genero Java Client and the Genero Web Client) and the DVMs which run the applications. The GAS also manages a pool of DVMs for Web Services applications. See also Front-ends and Extensions.

This Application Server is interfaced with a Web Server to handle requests from the Internet. Communication between the Web Server and the GAS daemon is handled by the Application Server Connector.

Back to the top


GAS Daemon

With the support of the http protocol, the GAS daemon provides a direct connection for access to applications without using a Web Server. During the development phase, you can exclude the Web Server from your development architecture.

GAS simplifies the deployment phase by taking care of the connection to the applications. No software installation or configuration is needed on the end user's side; a simple browser is all that is required to access the program.

Back to the top


GAS Connector

The GAS connector sends requests from the Web Server to the correct GAS daemon. Several GAS daemons can be configured to load balance the requests. The configuration of GAS daemons is done in the connector.xcf file (the GAS connector configuration file), found in the script directory of the Web Server.

There are two kinds of connectors: CGI and ISAPI. While they use different technologies, they both play the same role and use the same GAS connector configuration file. The ISAPI connector is only available on Windows platforms.

Back to the top


Front-ends and Extensions

The Genero Application Server can serve your applications with these various front-ends and extensions.

Back to the top