Undeploy an archive with PublishGAR
The FGL Web services PublishGAR tool that is provided in the Genero BDL installation allows you to undeploy applications on both local and remote servers.
Tip: If you need to automate deployment, you can include commands to undeploy with
PublishGAR in a script file.
At the command line type
fglrun
with the appropriate command and
arguments to use PublishGAR to undeploy.
In this example, the Genero Archive (gar) file is undeployed on
the GAS installation on a remote Web
server.
fglrun
$FGLDIR/web_utilities/services/deployment/bin/PublishGAR
http://zeus:8090/gas undeploy 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 undeployed 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 undeploy myApp.gar
All applications and services are no longer available to end users.