Access an Application Deployed to an Oracle SOA Cloud Service Instance

You can access an application deployed to an Oracle SOA Suite on Marketplace instance through a URL in a browser.

To access a deployed application:
  1. Log in to the Service Bus Console.
  2. Copy the Host IP Address of the load balancer or Managed Server, depending on whether your Oracle SOA Suite on Marketplace instance has a load balancer.
  3. Find the context-root of the application.
    The context-root is defined in the service project as a project property, or in the weblogic.xml file. The context-root may or may not be the same as the internal application name.
    1. Log in to the WebLogic Server Administration Console and under Domain Structure, expand Environment, select Clusters, and select your SOA cluster.
    2. Select domain, then Deployments, where domain is the domain where the application is deployed.
    3. In the Deployments table, click on the name of your service.
      The Settings dialog is displayed.
    4. In the Overview tab, locate the context-root.
  4. Open a browser.
  5. In the address bar, specify the URL of the application:
    https://public_IP_of_load_balancer_or_managed_server:port/application_context_root
    or
    http://public_IP_of_load_balancer_or_managed_server:port/application_context_root
    1. Paste the Host IP Address of the load balancer or Managed Server into the URL.
    2. Specify the port number.
    3. Specify the context-root for the application.
      If you do not want to specify the IP address and port when you access the application, you can create a custom URL. To do this, you must acquire and configure a third-party DNS provider to map the custom URL. See Configure a Custom URL for an Application Deployed to a Service Instance in Administering Oracle Java Cloud Service.
  6. If you receive a warning, accept the signed certificate.
    The application opens in your browser.