Administer > HA Configuration > Common tasks > Launch the Marketplace Portal

Launch the Marketplace Portal

To launch the default Marketplace Portal, open the following URL in a supported web browser:

For Load balancer:

https://[LOAD_BALANCER_HOSTNAME]:8443/mpp
For example, https://load_balancer.xyz.com:8443/mpp

For Apache load balancer:

https://[APACHE_LOAD_BALANCER_HOSTNAME]:8443/mpp
For example, https://apache_load_balancer.xyz.com:8443/mpp

The organization associated with the default Marketplace Portal is defined in the CSA_HOME/portal/conf/mpp.json file. By default, this is the sample organization that is installed with CSA (CONSUMER). To modify the organization associated with the default Marketplace Portal, modify the defaultOrganizationName property value by setting it to the <organization_identifier> of the desired organization, where <organization_identifier> is the unique name that CSA assigns to the organization, based on the organization display name (the organization identifier can be found in the General Information section of the Administration tile of the Cloud Service Management Console).

To launch an organization's Marketplace Portal, open one of the following URLs in a supported web browser:

For Load balancer:

http://[LOAD_BALANCER_HOSTNAME]:[LOAD_BALANCER_HTTP_PORT]/org/<organization_identifier>
For example, http://load_balancer.xyz.com:8080/org/ORGANIZATION_A

For Apache load balancer:

https://[APACHE_LOAD_BALANCER_HOSTNAME]:[APACHE_LOAD_BALANCER_MPP_HTTPS_PORT]/org/<organization_identifier>
For example, https://apache_load_balancer.xyz.com:8089/org/ORGANIZATION_A

where <organization_identifier> is the unique name that CSA assigns to the organization, based on the organization display name (the organization identifier can be found in the General Information section of the Administration tile of the Cloud Service Management Console)

Caution Do not launch more than one organization-specific Marketplace Portal from the same browser session. For example, if you launch ORGANIZATION_A's Marketplace Portal in a browser, do not open a tab or another window from that browser and launch ORGANIZATION_B's Marketplace Portal. Otherwise, the user who has logged in to the Marketplace Portal launched for ORGANIZATION_A will start to see data for ORGANIZATION_B.

Instead, start a new browser session to launch another organization's Marketplace Portal.