Install WebLogic

Previous Topic

Next Topic

Book Contents

Install WebLogic

Prerequisites:

To install WebLogic:

  1. Log in to the application server as the non-privileged user.
  2. Using a tool such as the tar command, unzip /u01/stage/V29856-01.zip file to the /u01/stage directory. For example, use the following command:

    $ cd /u01/stage/

    $ mkdir weblogic

    $ cd weblogic

    $ unzip /u01/stage/V29856-01.zip

  3. In a command shell, execute the following command:

    $ java -jar wls1036_generic.jar

    The Welcome page appears.

  4. Click Next.

    The Choose Middleware Home Directory page appears.

  5. Select Create a new Middleware Home.
  6. In the Middleware Home Directory field, browse to the Middleware directory, such as:

    /u01/app/oracle/product/Middleware

  7. Click Next.

    The Register for Security Updates page appears.

    • To receive security updates, leave I wish to receive security updates selected, and enter your e-mail address and password for My Oracle Support.
    • If you do not want to receive security updates, deselect I wish to receive security updates, and click Yes when prompted to confirm.
  8. Click Next.

    The Choose Products and Components page appears.

  9. Select Custom, and click Next.

    The Choose Products and Components page appears.

  10. Deselect the following options:
    • WebLogic Server
    • Oracle Coherence
  11. Select the following options:
    • Core Application Server
    • Administration Console
    • Configuration Wizard and Upgrade Framework
  12. Click Next.

    The JDK Selection page appears.

  13. In the Local JDK list at the bottom of the page, deselect any selected options.
  14. Click Browse, and select the JDK 1.7 path, such as the following path:

    /u01/app/oracle/java/jdk1.7.x_xx.

  15. Click Next.

    The Choose Product Installation Directories page appears.

  16. Click Next.

    The Installation Complete page appears.

  17. Deselect Run Quickstart, and click Done.
  18. Copy the following files from $WL_HOME/modules to $JAVA_ HOME/jre/lib/endorsed, where WL_HOME is the WebLogic Server installation home directory:
    • javax.annotation_1.0.0.0_1-0.jar
    • javax.xml.bind_2.1.1.jar
    • javax.xml.ws_2.1.1.jar
Send Feedback