Oracle WebLogic 12c installation steps

In this article, we will go through Oracle Weblogic 12c installation and domain creation steps in detail

We will divide into 3 sections

  • Oracle Weblogic 12.1.1 installation
  • Domain creation for admin server
  • Accessing homepage of WebLogic 12c server

Environment

Windows 7 OS – 32 bit

 

Section A: Oracle Weblogic 12c installation

Step 1: Download WebLogic 12c from Oracle’s site
This comes with Oracle WebLogic Server + Oracle Coherence + OEPE

OEPE –> Oracle Enterprise Pack for Eclipse (Indigo version)
Useful for developing Oracle Service Bus modules

1_Oracle_Weblogic_12c_Installation_download_from_site

Step 2: Double click “oepe-indigo-installer-12.1.1.0.0.201112072225-12.1.1-win32” installer –> click Next

2_Oracle_Weblogic_12c_Installation_exe_click_start

3_Oracle_Weblogic_12c_Installation_startup_page

Step 3: Change default “Middleware Home Directory” to some suitable location like “D:\Oracle\Middleware” –> click Next

4_Oracle_Weblogic_12c_Installation_location

Step 4: Uncheck “security updates via My Oracle Support” –> if you not wish to receive security updates for Oracle –> click Next
Since this is for demo purpose, so uncheck it

5_Oracle_Weblogic_12c_Installation_security_update_email_1

Step 5: Confirm here that you don’t require security updates from Oracle –> click Next

6_Oracle_Weblogic_12c_Installation_security_update_email_2

Step 6: Choose “Typical” –> click Next

7_Oracle_Weblogic_12c_Installation_install_type_typical

Step 7: Accept default values –> click Next

8_Oracle_Weblogic_12c_Installation_products_installation_directories

Step 8: Accept default –> click Next

9_Oracle_Weblogic_12c_Installation_shortcut

Step 9: Accept default –> click Next

10_Oracle_Weblogic_12c_Installation_summary

Step 10: Installation in progress screen –> click Next after 100%

11_Oracle_Weblogic_12c_Installation_in_progress_wizard

Step 11: Installation Complete

12_Oracle_Weblogic_12c_Installation_complete

Step 12: Quick Start to create domain in weblogic
Or else use below command to start domain creation wizard

13_Oracle_Weblogic_12c_Installation_domain_creation_cmd_prompt

14_Oracle_Weblogic_12c_Installation_domain_creation_wizard

 

Section B: Weblogic domain creation (admin server)

Step 1: On executing any of the two steps mentioned above will start below wizard –> select first option i.e.; “Create a new WebLogic domain
And click Next

15_Oracle_Weblogic_12c_Installation_domain_creation_startup_wizard

Step 2: Accept default –> click Next

16_Oracle_Weblogic_12c_Installation_domain_creation_configuration

Step 3: Accept default or else enter “Domain name” of your choice and don’t change “Domain location” –> click Next

17_Oracle_Weblogic_12c_Installation_domain_creation_config_name_location

Step 4: Configure admin server username and password

Username – weblogic
Password – weblogic@123
Description – comments for this admin server

18_Oracle_Weblogic_12c_Installation_domain_creation_config_user_pass

Step 5: Select the following

WebLogic Domain Startup Mode: Development Mode
JDK Selection: Available JDKs –> if compatible version available

Otherwise choose second option and browse through the compatible JDK (for this example JDK 1.7  –> as our following JAX-WS demo examples are based on JDK 1.7)

19_Oracle_Weblogic_12c_Installation_domain_creation_jdk_browse

Step 6: Choose JDK 1.7

20_Oracle_Weblogic_12c_Installation_domain_creation_jdk_browse_2

Step 7: Accept default –> for demo purpose select only “Administration Server

Note: For more complex application, you can have separate managed servers

21_Oracle_Weblogic_12c_Installation_domain_creation_optional_config

Step 8: Accept default and make sure to check “SSL enabled

22_Oracle_Weblogic_12c_Installation_domain_creation_configure_admin_server

Step 9: Click “Create” for domain creation

23_Oracle_Weblogic_12c_Installation_domain_creation_final_create

Step 10: Domain creation is in progress (admin server)

24_Oracle_Weblogic_12c_Installation_domain_creation_final_create_in_progress

Step 11: Domain creation is successful with 100% progress
And check “Start Admin Server” –> click Done

25_Oracle_Weblogic_12c_Installation_domain_creation_final_create_complete

Step 12: Admin Server is starting , wait till you see “The server started in RUNNING mode

26_Oracle_Weblogic_12c_Installation_admin_server_start

Step 13: Or else you can start admin server using command prompt

27_Oracle_Weblogic_12c_Installation_admin_server_start_cmd_prompt

Our server started and yup it is in running mode

 

Section C: Accessing Oracle WebLogic 12c homepage

Once admin server is started, you can access the home page using below URL

Step 1: Enter either of the following URL in to web browser
http://localhost:7001/console
http://localhost:7001/console/login/LoginForm.jsp

And enter username/password (weblogic/weblogic@123)

28_Oracle_Weblogic_12c_Installation_admin_server_home_page

Step 2: Home page of the Oracle WebLogic 12c

29_Oracle_Weblogic_12c_Installation_admin_server_home_page

Happy Learning !!
Happy Coding !!

Apache Tomcat Server - Enabling SSL/HTTPS configuration for Security
JAX-WS based SOAP Web Service Jargons