Installing WebLogic Server

This topic provides a brief description of how to install Oracle WebLogic Server, which is the Web server container in which the Endeca Server application is hosted.

This topic describes the installation of Oracle WebLogic Server 10.3.6, which is part of the WebLogic Server 11g product. This procedure applies to the Generic version of the installer (the installer file is named wls1036_generic.jar).
Note: When installing WebLogic Server on Linux, do not run the installation program as the root user.
Before starting this procedure, make sure that you have downloaded these two components:
  1. The Generic version of the WebLogic Server installer, as described in Oracle WebLogic Server requirement.
  2. The Java 6 version of the Oracle Sun Java SE JDK, as described in Sun Java 6 JDK requirement.

Note that this procedure will install the minimum Oracle products needed to run Oracle Endeca Server. For example, it will not install the Oracle Coherence product, even though it is included in the installation package.

The installation instructions in this topic are a distillation of the complete instructions in the Oracle Installation Guide for Oracle WebLogic Server, which is available online at: http://docs.oracle.com/cd/E23943_01/doc.1111/e14142/toc.htm

These distilled instructions concentrate on installing only those WebLogic Server components that are mandatory for an Endeca Server environment.

To install WebLogic Server:

  1. Make sure that you have installed the Java 6 version of the Oracle Sun SE 6 JDK on the machine on which you are installing WebLogic Server.
  2. From a command prompt, navigate to the directory where the wls1036_generic.jar installer file is stored.
  3. Launch the installer in Graphical Mode with this command:
    java -jar wls1036_generic.jar
    When the installer runs, it displays the installation wizard's Welcome screen.
  4. At the Welcome screen, click Next.
  5. At the Choose Middleware Home Directory screen, do the following:
    1. Select Create a new Middleware Home.
    2. In the Middleware Home Directory field, enter the name of the Middleware home directory. (This will be the $MW_HOME directory of your installation.) You can either accept the default location or enter another one. The Oracle Middleware Home Directory name may only contain alphanumeric , hyphen (-) , dot (.), and underscore (_) characters, and it must begin with an alphanumeric character.
    3. When you have finished, click Next.
  6. At the Register for Security Updates screen, enter your support details if you want to receive security updates and then click Next. If you do not want to receive security updates, (or if your machine has no Internet access), you can bypass the screen as follows:
    1. Click Next without entering an email address.
    2. At the Email Address Not Specified pop-up, click Yes.
    3. At the Are You Sure? prompt, click Yes.
    4. In the Connection Failed dialog, click the I wish to remain uninformed of security issues in my configuration or the machine has no Internet access checkbox and then click Continue.
  7. At the Choose Install Type, select Custom and click Next.
  8. At the Choose Products and Components screen, leave only these products checked and click Next:
    1. Core Application Server
    2. Administration Console
    3. Configuration Wizard and Upgrade Framework
    4. Evaluation Database (needed only if the EID Provisioning Service will be installed on this WebLogic instance)
  9. At the JDK Selection screen, do the following:
    1. Click the Browse button in the Local JDK pane.
    2. Browse to a local directory that contains the Oracle Java 6 JDK and select it. (The JDK will appear in the Local JDK pane with a checked box next to it.)
    3. Click Next.
  10. At the Choose Product Installation Directories screen, enter the name of the WebLogic Server installation directory. You can either accept the default installation directory or browse to another one. Then click Next.
  11. At the Install Windows Service screen, leave the No button selected and click Next.

    Note that you may not get this screen. It is typically displayed if all these conditions are true: you have Administrator privileges, you are performing an initial installation, you are installing on Windows, and you are performing a Custom installation.

  12. At the Choose Shortcut Location screen, select the Start Menu folder in which to create Oracle shortcuts and then click Next.

    Note that you may not get this screen. It is typically displayed if all these conditions are true: you have Administrator privileges, you are performing an initial installation, you are installing on Windows, and you are performing a Custom installation.

  13. At the Installation Summary screen, verify that you are installing the correct products, and click Next.
  14. At the Installation Complete screen, de-select Run Quickstart and click Done to exit the installer.

    Note that you can run the Quickstart application later.

On Windows, an Oracle WebLogic shortcut is created in the Start Menu. One of the sub-entries in this shortcut is to the WebLogic Server documentation.

The next step is to install the Oracle Application Development Framework Runtime package.