Set up and test your environment

Before running the server make sure that the environment variables FGLAPPSERVER and FGLWSDEBUG are properly set.

Complete these steps to set up your system to execute a Genero Web Services server in direct mode.

  1. Set FGLAPPSERVER to 8090
    This will start the web service server application on port 8090. If this environment variable is not set, port number 80 is used.
    Warning: The user must not set the FGLAPPSERVER variable in production environments. In production, the Genero Application Server selects the port number. For more information on deploying Web services see Web services server program deployment.
  2. Set FGLWSDEBUG to 3
    This ensures there is detail in the output of the HTTP requests and responses showing the interaction between the server and its clients. It is useful for debugging purposes. See FGLWSDEBUG.