▪ Select New > Application category to create a new category. This category is a placeholder that you can use to hold multiple applications.
▪ Then select New > Application component, to create a new application under the previous category. Enter the following information on the Basic tab of your application components:
▪ Select HTTP or HTTPS, and define the URI scheme.
▪ Select the appropriate Host from the list of available Web servers. The host name should be the fully qualified host name of your backend server. Notes here: localhost or computer name are not accepted here.
▪ Enter a display name for your application.
▪ Enter a description for your application.
▪ Select the appropriate category for your application.
3 Propagate the necessary token.
▪ Select the Authentication tab and define how users authenticate with the Web application, following three headers shall be correctly propagated:
▪ User-Agent
▪ requesttype
▪ X-Requested-With
4 Configure Your Portal Page:
After creating the application, you must add a Web Dock portlet onto a page so that users can access the Web application:
▪ Navigate to Administration > Manage Pages, and click Content Root.
▪ Click New Page and create a page for your Web application.
▪ After selecting or creating a page, click the Edit Page Properties icon and select Advanced options.
▪ Click “I want to set parameters,” enter the following information, and then click Add:
▪ New parameter:resourceaggregation.profile
▪ New value:Enter the profile override for the page, for example profiles/profile_full.json
▪ Click OK to save the new parameter.
▪ Click OK to save the changes to the page properties.