In this post, I will be showing how to install the Weblogic software in Linux.
Before you carry on reading further, I strongly recommend you to read the previous post regarding system preparation for Weblogic Installation. I have provided the links to the previous post below.
- Weblogic Installation part 1 - Requirement Analysis
- Weblogic Installation part 2 - Preparing the System
- Jrockit update 6 and above
If you have not installed JRockit, please read the below post about Jrockit Installation in Linux.
STEPS:
1. To run the weblogic jar file, use the command
- $JAVA_HOME/bin/java -Xmx1024m -jar <weblogic.jar>
- or
- <Path_of_JROCKIT ro JDK software>/bin/java -Xmx1024m -jar <weblogic.jar>
2. Press "Next"
3. Enter the path for installing Middleware_Home.
4. Press "Next"
5. Press "Next"
6. Check the check bok and press "continue" and press "Next"
7. Choose "Typical" and Press "Next"
8. Press "Next"
9. Weblogic server and Coherence will be installed as a pair. Press "Next"
10. Press "Next"
11. Wait for the installation to be over
12. uncheck the "Run QuickStart" and press "Done"
This post concludes the installation of Weblogic Software.
Continue to Weblogic Installation part 4 - Building a Domain
0 comments