Skip to main content

Posts

Showing posts with the label Weblogic

Adding the Managed Server host on Oracle EBS 12.2

 This blogpost will explain Adding a Managed Server to an Oracle E-Business Suite (EBS) 12.2 environment involves integrating an additional WebLogic managed server to improve scalability, load balancing, or for specific functional purposes. EBS 12.2 uses Oracle WebLogic Server as its application tier foundation. High-Level Steps to Add a Managed Server to EBS 12.2: 1. Prerequisites Ensure Oracle EBS 12.2 is fully installed and patched. The system has sufficient resources and the new managed server hostname/IP is resolvable. You have access to run and patch file systems. 2. Create the Managed Server in WebLogic Access the WebLogic Administration Console: URL: http://<host>:<port>/console Create a New Managed Server: Navigate to Environment > Servers > New . Provide the server name , listen address , and port . Assign it to the existing EBS WebLogic domain . Target the EBS Applications: Assign the EBS application deployments ...