You are on page 1of 25

RCU CREATION:

This completes the rcu steps.


Tip: Make sure you save the details of the repository you just created you will need them while creating the
domain.
2. Installing Weblogic: For installing weblogic we just need to run the
.jar installer. Before running the installer set the java path as under

Set java home: JAVA_HOME=path_to_64-bit_JDK; export JAVA_HOME


PATH=$JAVA_HOME/bin:$PATH; export PATH
Run the installer with the following command
java -Xms1024M -Dspace.detection=false -jar wls1034_generic.jar
Follow the screens in the reference document:
http://download.oracle.com/docs/cd/E17904_01/doc.1111/e14142/guimode.htm#WLSIG125
Issues faced: -Dspace.detection property: set this as false else the installer keeps complaining about the
space although there is enough space.
Reference document: http://download.oracle.com/docs/cd/E21764_01/doc.1111/e15731/weblogic_server_issues.ht

You might also like