Deploy and secure an app
Deploy and secure an application using the Deployment App. This registers the application in the GIP.
Before you begin
You must have packaged your application into a Genero Archive.
Tip:
A simple application such as the "price" application located in $FGLDIR/testing_utilities/ggc/src/quick-start/ggc-quick-start.gar can be used for the purpose of this quick-start.
At the browser,
enter the application URL.
Note:
For example, if you
deployed the "ggc-quick-start.gar", the "price" application was deployed. You access it at
http[s]://host:port/[gas/]ua/r/price: The application deployed is named with the xcf filename, not the Genero
Archive (.gar) filename. To get details of deployed applications run the
gasadmin gar --list-archives
command where the GAS is running.
- Check that access to the application requires user login.
- Check if the user you created in Create a user group and a user can access the application. The user gets an access is denied message. This is expected. In the next task, Set group authorization scopes, you will get to see how to authorize access for this user.