Software >> Middleware >> Weblogic >> 11gR1 >> What is the equivalent to Lock and Edit in the console when using WLST

$ source $WL_HOME/server/bin/setWLSEnv.sh

$ java weblogic.WLST

wls:offline> connect('username','password','t3://x.x.x.x:port')

wls:/Domain/serverConfig>

edit()

startEdit()

.... perform the configuration changes

save()

activate()

disconnect()

exit()