FGLAPPSERVER

Defines the listening port of the Web service.

Usage

FGLAPPSERVER defines the port on which the web service server will be started. In development, set this environment variable before starting the web service server program, to let web service clients connect directly to the DVM. In production, Genero Application Server (GAS) is used to deploy web services servers. The GAS will automatically set FGLAPPSERVER. Do not manually set FGLAPPSERVER when GAS is involved.

Example

FGLAPPSERVER=8090
export FGLAPPSERVER