Tags
11G, AdminServer, Console, Database Adapter, Deploy, Deployment, deployments, Domain, EM
In this post we will install Oracle WebLogic Server version 10.3.6.
The WebLogic Server installation provides the JEE environment (as well as the JMS provider) required to run the SOA Suite (a JEE application).
The installation is being done on Ubuntu Linux 64bit version: 4.14, the minimum hardware and software for Oracle 11g SOASuite installation can be found here: http://docs.oracle.com/html/E18558_01/fusion_requirements.htm
The facility is divided into parts as follows, see the link each to see the other Parties:
- Part 1: Oracle Database XE 11g
- Part 2: Java SE Development Kit 7 – JDK
- Part 3: Oracle WebLogic Server 10.3.6
- Part 4: Repository Creation Utility (RCU) 11.1.1.7.0
- Part 5: Soa Suite 11.1.1.7.0
- Part 6: Soa Developer Domain
- Part 7: Oracle JDeveloper 11.1.1.7.0
Download Oracle WebLogic Server 10.3.6
Download the required file using the link:
http://www.oracle.com/technetwork/middleware/soasuite/downloads/soasuite11gdownload-2210918.html
Here, click Accept License Agreement
Select the Generic: 64bit JVM
In Prerequisites & Recommended Install Process click the plus sign to expand and click Download next to Oracle WebLogic Server + Coherence – Package Installer 10.3.6 Size: 0.99 GB, Check Sum: 3179053739
You see the Login screen below if you do not have an account please create it will be necessary for the other downloads.
Made Login will see the message below: then choose the Save File option and click OK to save our file:
Directed Download the wls1036_generic.jar file must have been saved in the folder ../Downloads
No Prompt de comando do Ubuntu, entre na pasta onde esta o arquivo, no meu caso ../Downloads e execute os seguintes comandos:
This command will give the necessary permissions to run the file:
sudo chmod 777 wls1036_generic.jar
Run the following command to run the file:
java -jar wls1036_generic.jar (Sem o sudo)
The screen below, click Next:
On this screen, set Middlware Home Directory where you will install your Server, then click Next:
On this screen, deselect I wish to receive security updates via My Oracle Support
Let selected the Typical option and click Next
Click Next again
Click Next again
Click Next again
Please wait until the installation
Clear the Run Quickstart option and click Done:
Ready, your installation was successful.
Hugs and to the Next
/:-D