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()

0 Comments