Evaluating Oracle Weblogic Middware Controls
WebLogic is Oracle’s proprietary application server. It is Java base and Inherited when it acquired BEA Systems in 2008. it's used by many businesses to build and deploy enterprise applications. Weblogics popularity and widespread use has made it a target by malicious individuals. In this post, I will provide you with suggested control that can be implemented to ensure your weblogic server is as secure as possible. Weblogic Components To begin we first need to understand the basic concept of Weblogic Components. It should be noted that all the WebLogic components are Java processes. 1. Domain: This is a top-level definition of a typical application environment. It contains all the shared configuration and resources for the managed servers within the domain. It must have a single AdminServer. It can have zero-to-many managed servers. Managed Servers can be clustered across multiple machines (High Availability). It can have all applications under a single domain o...