Tuesday, December 17, 2013

Configuring Machine in weblogic


Admin Server:
Admin server are used for configuration and management purpose only. This server manages all other server and resources under the domain each admin server manages only one domain managed server receives all its configuration details from domain server configuration (config.xml) there can be multiple managed server but there can be only one Admin server.

Steps Involved configuring Managed server:


  1. First we need to restart the admin weblogic for that we need to go the bin folder of that particular domain and execute the command: ./startWeblogic.sh once the admin server is start we need to login to the admin console for configuring the managed server:-


  1. Once we logged  into to the console we have to go the server menu home>summary of servers shown in the below screenshot.


Under the server menu we need to click on the new button as shown in the below screenshot 




  1. We have to further give the required details for the new managed server (servername,listening port)..