Thursday 7 March 2013

Weblogic 11g Installation Using Jar File


Pre-requisites for installing Weblogic 11g through .jar file. 
  1. Install Java 1.6.2 or higher version


      Installing the Weblogic Server:

            UNIX:
            JAVA_HOME/bin/java -jar wls1036_generic.jar

           Windows:
           JAVA_HOME\bin\java -jar wls1036_generic.jar



                                                       Figure 1

After you start the Oracle WebLogic Server Installer, the Welcome screen is displayed.
Click Next.


                                                         Figure 2

On the Choose Middleware Home Directory screen, appears select Create a new Middleware Home
Click Next.




Figure 3

On the Register for Security Updates screen, select whether or not you want to receive the latest product and security updates. If you choose not to receive updates, you are asked to verify your selection before continuing.
Click Next.

Figure 4

On the Choose Install Type screen, select Typical and click Next.

Figure 5

On the JDK Selection screen, select a valid JDK and click Next.

Figure 6

On the Choose Product Installation Directories screen, verify the location for the WebLogic Server Installation and click Next.

Figure 7

We are installing Oracle WebLogic Server on a Windows system, the Choose Shortcut Location screen appears. Specify a location where you want Windows to create a shortcut to Oracle products and click Next

Figure 8

Click Next on the Installation Summary screen.

Figure 9

On the Installation Complete screen, de-select Run Quickstart and click Done to exit the Installer.

Figure 10

Go to -> Windows-> StartMenu -> Able to See Weblogic installation Directories.

Figure 11


Installation of Weblogic 11g using .jar file is completed.


1 comment:

  1. Hi,

    As per http://docs.oracle.com/cd/E29407_01/install.111200/e23737/installing_software.htm, a user should be able to save the installation options to a file.

    I guess on the Installation Summary Screen (figure 9 in your article)

    I could not find a 'Save' button. Could you?

    Thanks
    Jeevan

    ReplyDelete

What are the Default Directory Permissions in Weblogic 11G Enviroment

Most of the Development environment day to day issues with Directory Permissions? Below are the default permissions suggested by Oracl...