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 the src/quick-start in the GGC package (download the GGC package from the Four Js Product Download Area) 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, 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 roles, you will get to see how to authorize access for this user.