WLST :
WLST (Weblogic Scripting Tool) is a command line scripting environment or command line tool to do the weblogic administration task
Goto Weblogic home and open wlst.cmd file.
$WLS_HOME/common/bin/wlst.cmd
Once open, run below command to connect to weblogic.
wls:/offline> connect('weblogic','password1','t3://localhost:7011')
WLST (Weblogic Scripting Tool) is a command line scripting environment or command line tool to do the weblogic administration task
Goto Weblogic home and open wlst.cmd file.
$WLS_HOME/common/bin/wlst.cmd
Once open, run below command to connect to weblogic.
wls:/offline> connect('weblogic','password1','t3://localhost:7011')
Comments
Post a Comment