Installing Oracle WebLogic Server on Fedora/Windows

Download the WebLogic Server Application version 11gR1 (10.3.5)

  1. Download the zip distribution of Oracle WebLogic Server 11gR1 (10.3.5) from Oracle website, version x86. (You have to register an Oracle Technology Network (OTN) account to download it). You can download it from here.
  2. Extract the downloaded file in your application's folder, suppose that you get the folder ~/wls1035_dev.

Installation

  1. Setup JAVA_HOME and MW_HOME variables in the current shell, suppose your java was installed at “/usr/lib/jvm/java-1.7.0-openjdk”:

        $ export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk
        $ export MW_HOME=[folder of installation]/wls1035_dev
    1. On Windows:
          >set JAVA_HOME=C:\[java home]\jdk1.7.0_51
          >set MW_HOME=C:\[folder of installation]\wls1035_dev
  2. Run the installation configuration script in the MW_HOME directory:

        $ cd $MW_HOME
        $ ./configure.sh 
    1. On Windows:
          >cd %MW_HOME%
          >configure.cmd
  3. Setup WLS environment in the current shell:

        $ . $MW_HOME/wlserver/server/bin/setWLSEnv.sh 
    1. On Windows: this step can be omitted as the previous step has retained the WLS environment

Configure WLS domain

  1. Run the configuration GUI with the script:

        $ $MW_HOME/wlserver/common/bin/config.sh
    1. On Windows:
      >%MW_HOME%/wlserver/common/bin/config.cmd
  2. Create domain (step 1/8):


  3. Select new domain (step 2/8):


  4. Name (for example: labs_domain) and locate the domain (for example ~/WebLogicDomains/) (step 3/8):


  5. Register administartor username (for example: admin) and password (step 4/8):


  6. Select the jdk (let it as default) (step 5/8):


  7. Pass this step if you keep other default settings (step 6/8):


  8. Preview before starting up (step 7/8):


  9. Finish create domain (step 8/8):


teaching_assistant/web_services/weblogic_fedora_installation.txt · Last modified: 2014/04/22 14:54 by IT Courses (NNC)
Back to top
CC Attribution-Share Alike 4.0 International
chimeric.de = chi`s home Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0