
Oracle WebLogic Server is J2EE Server (earlier known as BAEWebLogic Server) similar to Oracle Application Server.
This post covers installation of Oracle WebLogic Server with available installation Mode and Components.
You can download Oracle WebLogic Software from here (Currently it is available on Windows, Linux and Solaris and can be installed on Windows Vista also)
A. Installation Mode
BEA products can be installed in following mode
i) Graphical Mode - Interactive GUI based
ii) Console Mode - Interactive Text Based (-mode=console)
iii) Silent Mode- Non Interactive method using XML properties file (-mode=silent -silent_xml=properties_xml_file)
.
B. Installation Type
i) Complete or
ii) Custom
.
C. Installation Component
Depending on type of installer you choose, you get following kind of component
1) WebLogic Server
—Server
—Server Examples
—Server Add-ons
2) Workshop
—Workshop for WebLogic
—Workshop Runtime Framework
3) WebLogic Integration
—Integration Server
—Workshop Integration Extension
—Integration Examples
4) WebLogic Portal
—Portal Server
—Workshop Portal Extension
—Portal Examples
.
D. Installation Requirement
i) Hard Disk- Approx 3.5 GB for complete installation.
ii) Memory - Minimum 1GB as per documentation (will work on 500MB as well)
iii) JDK - JDK (Java Development Kit - Not required on windows on Unix install JDK 4,5 or 6)
iv) BEA HOme Directory - This directory is repository for common files used by multiple BEA products.
v) Product Installation Directory- Specific to particular BEA product like WebLogic Server, Workshop for WebLogic, WEbLogic Integration …
vi) Temp Directory - approx 2.5 times of total installation (this will be cleaned up after installation)
.
E. Things to consider
1. Try NOT to give space in directory for BEA_HOME (like Program Files)
2. Try Not to exceed 12 characters when naming BEA_HOME
3. You can specifiy installation log file during installation like -log=/myinstalllog.log
4. To start installation in console mode use -mode=console
5. To start in silent mode, create silent.xml file containing all values and use -mode=silent -silent_xml=<location of silent.xml>
.
F. Installation Steps
1. Welcome
2. Choose BEA Home
3. Choose Install Type (Complete , Custom). If you selected Custom, Go to 4 else go to 5
4. Choose Product and Component (mentioned in step C above)
5. Choose Product Installation Directories
6.Install Windows SErvice (only if installation is on windows AND You have administrative privileges AND this is first installation AND this is CUSTOM installation)
7. Installation complete
.
Start Installation on Windows/Linux
Go to location where you have download software and start installation as
server1001_win32.exe -mode=console -log=c:\weblogic.log
Replace server1001_win32.exewith executable name on Linux/Solaris and change location to directory as per Unix like /home/bea/weblogic.log (This will install BEA in interactive console mode)
.
References
Oracle WebLogic 10.2 Installation Guide
Related Posts for Learn WebLogic with Us
- Oracle WebLogic Installation Steps
- Domain , Administration & Managed Server, Cluster in Oracle WebLogic
- Create Domain in Oracle WebLogic
- Oracle WebLogic Server - Startup/Shutdown
- Oracle WebLogic Server 10g R3 10.3 is out now
- Deploy Application on Oracle WebLogic Server
- Cluster Architecture : Oracle WebLogic Server
- Start WebLogic Server on Linux on port 80, 443 <= 1024
Popularity: 13% [?]

Good hands-on exercises (installation, patching, cloning), very experienced trainer worth for Money 
13 users commented in " Oracle WebLogic Installation Steps "
Follow-up comment rss or Leave a TrackbackAtul,
Can you explain in your post how to implement weblogic cluster and how to deploy application on weblogic. Also it is very important to know how to use multicast address in cluster.
Give Stress on real aspect of application server not just installation steps which ready avaiable on oracle sites.
This post doesn’t appears to me very impressive.
Idea
Thanks Idea for this and your previous comments but while posting I need to take care of all my readers. This post is for newbie and once these readers are familiar with basic installation, I’ll cover advance deployemnt scenarios like weblogic cluster, deploying application in WebLogic or securing weblogic using SSL.
Things which appear easy to you; may not be easy for others and things which sound complicated or advance to you may be very easy for experienced administrator.
I’ll explain WebLogic in logical format from easy to advance deployment.
About your comment on “”not just installation steps which ready avaiable on oracle sites”" Everything including these advanced deployment (requested by you above) are documented in Oracle/BEA guide. Objective behind such basic post is that users (New to WebLogic) and wish to install WebLogic donot have to read 100 pages installation guide.
[…] Post This is next post in series of “Learn Oracle WebLogic with Us“. Next Step after Oracle WebLogic Installation is to create Domain. Before creating domains let us understand Domain, […]
[…] Posted in August 3rd, 2008 by Atul in weblogic Print This Post Next step after WEbLogic Installation and Domain Creation here Domain Creation is to know about startup/shutdown in WebLogic Server. […]
Hi Atul,
Is IBM Weblogic is same as Oracle Weblogic, i am newbie. Can you tell me what is Oracle Weblogic ?? what it is used for?? It will help me in understanding basic concepts before building main structure.
Regards
Prashanth
No, Oracle WebLogic is Oracle’s J2EE server. This was earlier BEA’s J2EE Server which Oracle Aquired and repackaged it as Oracle WebLogic Server. Oracle’s own J2EE server is Oracle Application Server.
IBM has their own J2EE server called IBM websphere.
Similarly opensource J2EE server is JBOSS
J2EE Servers are used to run J2EE applications (WAR, EAR, JAR…)
[…] Install Oracle WebLogic Server […]
Hi Atul,
We’d like, if possible to have a non-root process start a web server (Weblogic 10.1 on OEL ) and bind to port 80.
We realize that the standard is that ports below 1024 are generally protected for root only. We also notice, however, that apache attaches to
port 80 via the www account rather than root.
How does it do this, so how can we do it for a non-root account.
Can you pls send the steps to configure WL server listen port to 80 for non root.
Reg
Sharath
Sharath,
Check this http://edocs.bea.com/wls/docs100/config_wls/web_server.html
You need to set following properties
weblogic.system.enableSetUID
weblogic.system.nonPrivUser
weblogic.system.nonPrivGroup
available from console check under “Configuring the Listen Port”
Hi Atul,
I was follwing your post reg configuring listen port to 80 on linux machines.
We had installed our installed our binary using oracle:dba user,admin server is configured to 7001.
i have set below properties
weblogic.system.enableSetUID
weblogic.system.nonPrivUser
weblogic.system.nonPrivGroup
for machine and changed the listen port to port 80,since i didnt had managed server and have created new managed server and mapped to machine i have created with above property.which is listening on port 80.
when i am starting my managed server i am getting below error.
For server Itech_Server, the Node Manager associated with machine Itech_Machine is not reachable.
All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager or you are not authorized to perform the action requested. No action will be performed.
I have started the weblogic server as root user.
Pls let me know what mistake i am doing while configuring my linux WL machine to port 80.
one more thing after changing the port to 80,how i have to start my WL server as root or oracle.because i installed WL binary as oracle:dba.
Sharath,
How are you starting managed server ?
Is managed server and admin server on same linux machine ?
Yes Atul,Admin and Managed server is in same Linux box.
@ Sarath,
Did you use
startManagedWebLogic.sh
Leave A Reply