Databases Reference
In-Depth Information
Enabling the Administration Port forces every WebLogic instance in
the domain to listen for the port defined ( 17002 , in this recipe). Make
sure there won't be any port binding conflicts by assigning different IP
addresses to each Managed Server.
There's more...
The Administrative Port can also be enabled through WLST.
Enabling the Administration Port by using WLST
1. Log in to the shell as the user wls and start WLST:
[wls@prod01]$ $WL_HOME/common/bin/wlst.sh
2. Connect to the Administration Server using wlsadmin as the user, <pwd> as the
password, and t3://adminhost.domain.local:7001 as the server URL:
wls:/offline> connect("wlsadmin","<pwd>","t3://adminhost.domain.
local:7001")
3. Run the following WLST commands:
edit()
startEdit()
cmo.setAdministrationPortEnabled(true)
cmo.setAdministrationPort(17002)
activate()
exit()
See also
F Setting up SSL for production environments
 
Search WWH ::




Custom Search