WebLogic Server (WLS) 12c delivers
over 200 new features and enhancements. With 12c, Oracle extended the WebLogic Management
Framework with a set of RESTful management services. These
services provide a light-weight and flexible interface for monitoring WebLogic
Server. In this post, I will describe how to use this interface.
In 12c, Oracle added REST interface for managing WLS resources. In 12.1.2, this
interface allows administrators to monitor WLS resources (servers, clusters,
applications, datasources) in any environment where a basic HTTP library is
available for communicating with WebLogic admin server, and a DOM or JSON library
exists for handling request/response messages.
Enable RESTful Management
Services?
Go to your Domain ->
Configuration -> General -> Advanced -> Enable RESTful Management
Services
After enabling the RESTful Management
services at weblogic level, you can directly go and hit the tenant-monitoring
URL in your web browser. you will get the response as HTML page and pass the weblogic admin console username and password.
To retrieve the details about the
single server
To retrieve the details about the cluster
Comments
Post a Comment