Environment variables / Genero environment variables |
Defines the listening port of the Web service.
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.
FGLAPPSERVER=8090 export FGLAPPSERVER