Enable a deployed archive with gasadmin
A deployed archive is not implicitly enabled. When you enable a deployed archive, the applications and services provided by the archive become available to users.
Enabling an archive means enabling all applications and services provided by the Genero Archive (gar) file.
XML Output examples:
<DEPLOYMENT success="TRUE">
<MESSAGE>Archive <archive-name> successfully enabled</MESSAGE>
</DEPLOYMENT>
<DEPLOYMENT success="FALSE">
<ERROR>Failed to enable <archive-name> archive.</ERROR>
<ERROR>... and error messages indicating the reasons of the failure....</ERROR>
</DEPLOYMENT>