WebLogic domain creation¶
WebLogic domain creation is the process of establishing a fundamental administrative and runtime unit within an Oracle WebLogic Server environment^[weblogic-12c-install.md].
Overview¶
In WebLogic Server, a domain serves as the top-level container for all system resources and applications^[weblogic-12c-install.md]. It is essentially a logically related group of WebLogic Server resources that are managed as a single unit^[weblogic-12c-install.md].
Prerequisites¶
The creation process typically requires the WebLogic Server installation program^[weblogic-12c-install.md]. For example, in version 12.2.1.4.0, the installer file is provided as a generic JAR archive (e.g., fmw_12.2.1.4.0_wls_generic.jar)^[weblogic-12c-install.md].
Installation and Creation Process¶
- Launch the Installer: The standard method involves invoking the Java archive directly from the command line or terminal^[weblogic-12c-install.md].
- Command Execution: Users execute the generic jar file using the
java -jarcommand^[weblogic-12c-install.md]. - Configuration: The graphical interface guides the user through the necessary steps to define the domain configuration^[weblogic-12c-install.md].
Related Concepts¶
- [[Application Server]]
- [[Java EE]]
Sources¶
^[weblogic-12c-install.md]