Development architecture (standalone GAS)

Use the standalone GAS when developing your applications. The simplified architecture of the standalone GAS removes the Web server from the environment, allowing the developer to concentrate on the application. The standalone GAS is for development only, provided to simplify your development setup and configuration.

The httpdispatch process allows you to connect directly to a GAS dispatcher without involving a Web server. This direct connection is provided to simplify the setup of development environments, and is the typical connection method used during development.


Standalone GAS architecture diagram showing the flow of data: Client to GAS Dispatcher to VMProxy to DVM to Database Server, and visa versa.

Figure 1. Architecture for stand-alone GAS

To use the standalone GAS, simply start the httpdispatch process. On Windows® machines, this can be started from the Start menu. On Linux®, you start the process from the command line.

Once the process is started, connect by providing the machine name and port number. These examples assume you are connecting from the local machine and have not changed the default port number):

Important: The standalone GAS is for development only, provided to simplify your development setup and configuration. For deployment and production systems, you must include a Web server.