Access WebLogic Server Administration and OTD Consoles in Oracle Cloud Infrastructure

Not Oracle Cloud Infrastructure Classic This topic does not apply to Oracle Cloud Infrastructure Classic.

If you provision an Oracle SOA Cloud Service instance after 1 August 2020 and you are not able to access the WebLogic Server Administration or OTD Console URLs from your browser after provisioning, then you must create rules to allow traffic into your Administration Server VM.

Note:

Before performing these steps, be aware that this means that WebLogic Server allows inbound traffic to the known public IPs or CIDRs that you configure. Oracle recommends that you do not allow inbound traffic to be visible to unknown public IPs.
 

To add ingress rules to allow access to the WebLogic Server Administration or OTD Console URLs:

  1. Open the navigation menu, click Networking, and then click Virtual Cloud Networks.
  2. Select the compartment where you created the new instance.
  3. In the list of VCNs, select your VCN.
  4. On the Virtual Cloud Network Details page, click Security Lists in the left pane.
  5. Click the security list that the Administration Server VM is using.
  6. Click Add Ingress Rules to open the Add Ingress Rules dialog.

    Add Ingress Rules dialog
  7. In the Add Ingress Rules dialog, create an ingress rule to access the WebLogic Server Administration Console:
    1. Leave the STATELESS checkbox deselected.
    2. For SOURCE TYPE, select CIDR.
    3. In the SOURCE CIDR field, enter the public IP address of the machine where the Administration Server URL is opened from a browser (for example, if your public IP address is 123.123.456.456 then enter 123.123.456.456/32). Alternatively, you can enter a CIDR.
    4. In the IP PROTOCOL field, select TCP.
    5. In the SOURCE PORT RANGE field, enter All.
    6. In the DESTINATION PORT RANGE field, enter 7002.
    7. Click Add Ingress Rules.

    New ingress rule in Security List Details page
  8. Repeat the steps above to add another ingress rule to access the OTD Console, specifying a DESTINATION PORT RANGE of 8989.