Databases Reference
In-Depth Information
There's more...
RESTful Management Services can also be enabled through WLST.
Enabling RESTful using WLST
1. Log in as a wls user to shell 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://prod01.domain.local:7001 as the server URL:
wls:/offline>connect("wlsadmin","<pwd>","t3://prod01.domain.
local:7001")
3. Run the following WLST commands:
edit()
startEdit()
cd('/RestfulManagementServices/PROD_DOMAIN')
cmo.setEnabled(true)
save()
activate()
exit()
4. Restart WebLogic Administration Server and all servers of the domain.
See also
F Starting the Administration Server
F Saving and activating changes in the Administration Console
Starting/Stopping the WebLogic Managed
Server
This recipe will show how to start and stop the WebLogic Managed Server from the
Administration Console.
Getting ready
The Node Manager must be up and running in each of the computers of the
WebLogic domain.
 
Search WWH ::




Custom Search