Deploy runtime on GAS

This procedure shows you how to upgrade the GBC runtime to the latest release and set it as the default.

With each update of the GBC client, you can deploy the runtime package to the Genero Application Server in order to use the latest version of the GBC client without any customization.

  1. Use your web browser to navigate to the Products download area of the Four Js web site and download the latest GBC runtime package under the heading "Genero Browser Client - Runtime package - Every OS". The runtime package contains the compiled or build GBC files.

  2. From a command prompt, deploy the runtime package using the gasadmin command.

$ gasadmin gbc --deploy fjs-gbc-<version>[.<suffix>]-build<build>-runtime.zip

TIP : The name of the runtime will be used to identify the deployed GBC package. By default, the name can be lengthy. You may want to rename the runtime package to use a simpler (and shorter) name before you deploy.

  1. Specify this package as the default GBC client using the gasadmin command.
$ gasadmin gbc --default fjs-gbc-<version>[.<suffix>]-build<build>-runtime.zip
  1. View the list of deployed GBC clients.
$ gasadmin gbc --list
  1. Once the GBC is deployed, you can render your application using the default GBC with the following URL:
http://my.server.com:6394/ua/r/<appName>

TIP : You can continue to use any (previously) deployed Genero Browser Clients by adding the URL parameter gbc=deployed_gbc_name to the end of the URL:

http://my.server.com:6394/ua/r/<appName>?gbc=gbc-1.00.44