Skip to main content

Posts

Showing posts from June, 2018

WebLogic Server 12c RESTful Management Services

         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 enabli...