September 2011
Intermediate to advanced
528 pages
19h 57m
English
You disconnect from a server by issuing the disconnect command, as shown here.
wls:/wl_server/serverConfig> disconnect() Disconnected from WebLogic Server: examplesServer wls:/offline>
To exit from WLST, use the exit command:
wls:/offline> exit()
Exiting WebLogic Scripting Tool.
C:\MyOra\Middleware\wlserver_10.3\samples\domains\medrec >
By default, the server outputs all WLST messages or output to standard output, that is, to the screen. You can redirect all the messages to any file you wish by using the redirect command:
wls:/wl_server/serverConfig> redirect ('C:\MyOra\wlst.log')
Read now
Unlock full access