This is part of 1Z1-102: Oracle Weblogic Server 11g: System Administration I
Install WebLogic Server using the graphical installer
* See this post.
* Sample commands:
wls1033_linux32.bin wls1033_win32.exe java –jar wls1033_generic.jar
In Console Mode
wls1033_linux32.bin –mode=console
Specialized Installations
* Net Installer from the web
* Dev-only zip file installer
* Coherence installation (installed by default)
* Server examples
– SIP server
– Medrec
Install WebLogic Server silently
* See this post.
* Create a silent.xml file.
* Install in silent mode:
wls1033_linux32.bin –mode=silent –silent_xml=path_to_silent.xml
Describe ORACLE_HOME, MIDDLEWARE_HOME and WEBLOGIC_HOME
* See this page for details.
MIDDLEWARE_HOME
* It is an environment variable pointing to the Middleware home.
* A Middleware home consists of the WebLogic Server home, and zero or more Oracle homes.
ORACLE_HOME
* It is an environment variable pointing to an Oracle home.
* An Oracle home contains installed files necessary to host a specific product, e.g. SOA Suite.
* Resides within Middleware home.
* Each Oracle home can be associated with multiple Oracle instances or WebLogic Server domains.
Files and Directories
* registry.dat and registry.xml: record of all Oracle middleware products
* utils directory: additional or utility jar files, such as quickstart
* logs directory: installation logs
* modules directory: module jar files
WEBLOGIC_HOME
* It is an environment variable pointing to the WebLogic Server home.
* A WebLogic Server home contains installed files necessary to host a WebLogic Server.
* It is a peer directory of Oracle homes. Both reside within the Middleware home.
* Setting env variables
– $WL_HOME/server/bin/setWLSEnv.sh: sets WL_HOME, JAVA_HOME, PATH, CLASSPATH etc.
– $WL_HOME/common/bin/commEnv.sh: sets ORACLE_HOME, ANT_HOME, DERBY_HOME etc. called by setWLSEnv.sh
Access the online and offline help
Online Help
* For example, http://download.oracle.com/docs/cd/E17904_01/wls.htm
Offline Help
???
Next >> Configuring a Simple Domain
[mv_include id=’3268′]