Genero deployment

If you are managing Genero Archive and Genero Browser Clients (GBC) deployed on the GAS locally and/or on a remote server, the deployment service provides you with a means for performing these tasks.

The deployment Web service application is written in Genero BDL. It is located in the FGLGWS installation at $FGLDIR\web_utilities\services\deployment. The implementation is based on the gasadmin gar and gasadmin gbc commands.

Access the Genero Deployment service

You can access the service in the following ways:

  • From the base URL /ws/r/services/DeploymentService.
  • From the portal URL http://host:port/ws/r/services/DeploymentService/html. You can also link to the portal on the Demos page at http://host:port/demos.html.

Access Control

To prevent this application being accessed remotely, the default configuration restricts access to the localhost (127.0.0.1). If you want to enable it for other client machines / IP addresses, you must customize the ALLOW_FROM tag or remove the ACCESS_CONTROL tag. The service configuration file can be found at $FGLDIR/web_utilities/services/DeploymentService.xcf.