Connect to WebLogic Remote Console
- Open the WebLogic Remote Console.
- On the top right corner of the console, click Providers.
- Click Add Admin Server Connection Provider.
- Enter the following details:
Connection Provider Name
Enter any name. Username
The WebLogic username. Password
The WebLogic user password. URL
Enter the URL in the following format:
<http_or_https_protocol>://<public_hostname_of_AdminServer>:<public_port_of_AdminServer>
Note:
- The URL can be a http or https URL with corresponding http or https public port.
- The URL field only takes the protocol, public hostname and public port and you do not have to specify "/console" at the end.
- While connecting to a WebLogic Admin Server running in a Kubernetes environment few additional steps like creating an Ingree Route are required.
- If the WebLogic Admin Server endpoint is behind a load balancer like in case of a WebLogic Server installation in a cloud environment, then you need to make sure that the " management/* " endpoint of your administration server is also exposed and is accessible to WebLogic Remote Console.