Install Oracle Weblogic Server (WLS) 12c 12.1.1 on Microsoft Windows 7 64 bit

来源:互联网 发布:淘宝属于什么行业分类 编辑:程序博客网 时间:2024/05/18 09:05

Installing Oracle Weblogic Server (OWLS) 12c 12.1.1 on Microsoft Windows 7 64 bit

In the article you will have a look at the prerequisites and steps to install Oracle Weblogic Server (OWLS) 12c on Windows 7 64bit. For information on installing OWLS 11g on Windows clickhere. The following products are required:

  1. Oracle WebLogic Server 12c (12.1.1) – download fromhere.
  2. Java Platform, Enterprise Edition 6 SDK Update 3 (with JDK 7u1 or 6u29) – download fromhere.

For Weblogic 12c 12.1.1 there is two options for MS Windows.

  • 32 Bit version
  • 64 bit version

The standard 32bit comes with Java EE 6 SDK whereas the 64bit requires separate installation of Java SDK, latest at the time of the post is “Java Platform, Enterprise Edition 6 SDK Update 3 (with JDK 7u1 or 6u29)”, before installing OWLS 12c.

For 64bit Windows download wls1211_generic.


For 32bit Windows download oepe-indigo-installer-12.1.1.0.0.20111207225-12.1.1-win32.


As MS Windows 7 64 is the OS platform, the Java Platform, Enterprise Edition 6 SDK Update 3 (with JDK 7u1or 6u29) will be downloaded and installed as a prerequisite for OWLS 12c.

Download and Install Java Platform, Enterprise Edition 6 SDK Update 3 (with JDK 7u1or 6u29)

Download from here
Java EE 6 SDK with JDK 7 U1 or 6u29. I selected “Windows x64 – Multi-Language 137.10 MB java_ee_sdk-6u30-jdk7-windows-x64-ml.exe” available at the time of writing.

Start java_ee_sdk-6u3-jdk7-windows-x64-ml.exe and wait for the installer to load. Press Next to continue.


Select Typical Installation and press Next to continue.


Take a note of the directory location as it will later be specified during OWLS installation. Press Next to continue.


Select both Install and Enable. Press Next to continue.


Review and press Install to continue.


Wait for the installation to complete.


Review the details and press Next to continue.


The detailed output is:

PERFORMING THE REQUIRED CONFIGURATIONS

______________________________________

CREATING DOMAIN

_______________

Executing command :e:\glassfish3\glassfish\bin\asadmin.bat –user admin –passwordfile - create-domain –savelogin –checkports=false –adminport 4848 –instanceport 8080 –domainproperties=jms.port=7676:domain.jmxPort=8686:orb.listener.port=3700:http.ssl.port=8181:orb.ssl.port=3820:orb.mutualauth.port=3920 domain1

e:\glassfish3\glassfish\bin\asadmin.bat –user admin –passwordfile - create-domain –savelogin –checkports=false –adminport 4848 –instanceport 8080 –domainproperties=jms.port=7676:domain.jmxPort=8686:orb.listener.port=3700:http.ssl.port=8181:orb.ssl.port=3820:orb.mutualauth.port=3920 domain1 Using port 4848 for Admin.

Using port 8080 for HTTP Instance.

Using port 7676 for JMS.

Using port 3700 for IIOP.

Using port 8181 for HTTP_SSL.

Using port 3820 for IIOP_SSL.

Using port 3920 for IIOP_MUTUALAUTH.

Using port 8686 for JMX_ADMIN.

Using default port 6666 for OSGI_SHELL.

Using default port 9009 for JAVA_DEBUGGER.

Distinguished Name of the self-signed X.509 Server Certificate is:

[CN=userpc.gj.com,OU=GlassFish,O=Oracle Corporation,L=Santa Clara,ST=California,C=US]

Distinguished Name of the self-signed X.509 Server Certificate is:

[CN=userpc.gj.com-instance,OU=GlassFish,O=Oracle Corporation,L=Santa Clara,ST=California,C=US]

No domain initializers found, bypassing customization step

Domain domain1 created.

Domain domain1 admin port is 4848.

Domain domain1 allows admin login as user “admin” with no password.

Login information relevant to admin user name [admin]

for this domain [domain1] stored at

[C:\Users\User\.asadminpass] successfully.

Make sure that this file remains protected.

Information stored in this file will be used by

asadmin commands to manage this domain.

Command create-domain executed successfully.

STARTING DOMAIN

_______________

Executing command :e:\glassfish3\glassfish\bin\asadmin.bat start-domain domain1

e:\glassfish3\glassfish\bin\asadmin.bat start-domain domain1

Attempting to start domain1…. Please look at the server log for more details…..

Review the status and press Exit.


Install OWLS 12c 12.1.1

Make sure that you have successfully downloaded OWLS 12c generic installer for 64bit Windows.Double click on wls1211_generic.jar and wait for the installer to load. Press Next to continue.


Select and specify a new Middleware home and press Next to continue.


Ignore the credentials and press Next to continue.


Select Custom and press Next to continue.


Select all modules and press Next to continue.


There is no JDK displayed and selected initially. Press Browse button and specify a path to the JDK installed previously (E:\glassfish3\jdk). Once the jdk is displayed make that displayed selection and press Next to continue.


Keep the defaults and press Next to continue.


Review the products and press Next to continue.


Wait until installation completes.


Select “Run Quick Start” and press Done.


Select “Getting started” in order to launch the configuration wizard.


Select create a new domain and press Next to continue.


Make the selections as shown below and press Next to continue.


Specify a domain name. I left the defaults. Press Next to continue.


Specify Administrator credentials and press Next.


Select a mode. I opted for Development mode. Press Next to continue.


Mark the options and press Net to continue.


Specify all local addresses and press Next to continue.


Select destination and press Next to continue.


Make sure that you identify the IP of the host.


Select a new server and press Next to continue.


Specify a cluster and press Next to continue.


Map a managed server to the cluster. Press Next to continue.


Configure machines and press Next to continue. Specify the hosts IP.


Assign a server to a machine and press Next to continue.


Check all boxes on Cluster and Server tabs and press Next to continue.


Check all boxes on Cluster and Server tabs and press Next to continue.


Configure JMS and press Next to continue.


Review the configuration summary and press Create.


Check “Start Admin Server” and press done.


Verification

Access http://localhost:7001


Access https://localhost:7002


Access the Admin server and login as weblogic/welcome1



Install demos by starting a sample domain.


There is a build in application called Avitek Medical Records.



Summary:

In the article you had a look at the prerequisites and steps to install OEL 12c 12.1.1. You verified the installation by staring the admin server and login into Admin server and Oracle supplied Avitek Medical Records application.
原创粉丝点击