Open the WebLogic Console:
http://<AdminHost>:7001/console
Example:
http://<host>:7001/console
Go to:
Environment → Servers
Select the Managed Server.
Example:
ManagedServer1
Navigate to:
Configuration → General
Verify the following settings:
| Setting | Value |
|---|---|
| Listen Port Enabled | Checked |
| Listen Address | Hostname or IP Address |
| Listen Port | Example: 7003 |
Example:
Listen Address : 192.168.1.10
Listen Port : 7003
Save the changes.
Restart the managed server for the changes to take effect.
From another machine/server:
telnet <host> <port>
Example:
telnet 192.168.1.10 7003
OR
nc -zv 192.168.1.10 7003
If the port is reachable, T3 is active.
T3 URL format:
t3://hostname:7003
Example:
t3://192.168.1.10:7003
Environment → Servers → ManagedServer1
Navigate to:
Protocols → Channels
Click:
New
| Field | Example |
|---|---|
| Name | T3Channel |
| Protocol | t3 |
Click Next.
| Field | Value |
|---|---|
| Listen Address | 192.168.1.10 |
| Listen Port | 9001 |
Save the configuration.
Click:
Activate Changes
Restart the server.
telnet 192.168.1.10 9001
T3 URL:
t3://192.168.1.10:9001
Ensure the port is open:
firewall-cmd --add-port=7003/tcp --permanent
firewall-cmd --reload
| Issue | Possible Cause |
|---|---|
| T3 Connection Failed | Firewall Blocking Port |
| Port Not Reachable | Wrong Listen Address |
| T3 URL Not Working | Managed Server Not Restarted |
| Connection Timeout | NAT / Proxy Restriction |
| Component | Port |
|---|---|
| Admin Server | 7001 |
| Managed Server 1 | 7003 |
| Managed Server 2 | 7005 |
Use:
t3://host:managed_server_port
without additional network channels unless specifically required.