Enable a deployed archive with PublishGAR
Use this procedure to enable applications on both local and remote servers using the FGL Web services PublishGAR tool.
At the command line type
fglrun
with the appropriate command and
arguments to use PublishGAR to enable deployed archives.
In this example, the Genero Archive (gar) file is enabled at
the base URL of the GAS on a remote Web
server.
fglrun
$FGLDIR/web_utilities/services/deployment/bin/PublishGAR
http://zeus:8090/gas enable myApp.gar
Note: This
example assumes the dispatcher on your GAS installation is already started on the remote
server.
In this example, the Genero Archive (gar) file is enabled on the
local server where the standalone dispatcher on your GAS installation is already started at the
default
port.
fglrun
$FGLDIR/web_utilities/services/deployment/bin/PublishGAR
http://localhost:6394 enable myApp.gar
Once enabled, deployed applications and services are available to your end users.