WebLogic_Interview_QA_Basic
WebLogic_Interview_QA_Basic
WebLogic Server is a Java EE application server by Oracle used for deploying and managing
enterprise applications.
AdminServer handles the configuration and management. ManagedServers host the deployed
applications.
A domain is the basic administrative unit consisting of AdminServer, ManagedServers, clusters, and
resources.
Node Manager is a utility to remotely start, stop, and monitor WebLogic servers.
A cluster is a group of WebLogic servers working together to provide scalability and high availability.
You can deploy WAR/EAR files using Admin Console, WLST scripts, or CLI tools like
weblogic.Deployer.
7. What is WLST?
domains.
Create a new JDBC resource in the Admin Console and test the DB connection before targeting it to
servers.
SSL is configured using identity and trust keystores (.jks), and enables secure communication.
10. What is the use of config.xml?
It contains the configuration for the entire WebLogic domain including servers, deployments, and
resources.