When the weblogic console is not being to launched and you have to enable and disable domain configuration lock from the back end, how will you do it?
connect WLST prompt
connect('weblogic','welcome1','localhost:7001')
edit()
startEdit()
activate()
exit()
Post a Comment