Oracle Weblogic : Enabling the Administration Port by using WLST
- Log in to the shell as the user
wlsand start WLST:[wls@prod01]$ $WL_HOME/common/bin/wlst.sh - Connect to the Administration Server using
wlsadminas the user,<pwd>as the password, andt3://adminhost.domain.local:7001as the server URL:wls:/offline> connect("wlsadmin","<pwd>","t3://adminhost.domain.local:7001") - Run the following WLST commands:
0 Comments