Sunteți pe pagina 1din 17

A Hands-On Guide for

Creating Domains Using the Configuration Wizard in Console Mode

Description:
BISP is committed to provide BEST learning material to the beginners and advance learners.
In the same series, we have prepared a complete end-to end Hands-on Guide for WebLogic
Administration. The document focuses on how to Create Domains Using the Configuration
Wizard Using Console Mode. Join our professional training program and learn from experts.

History:
Version
0.1
0.1

Description Change
Initial Draft
Review#1

www.bispsolutions.com

Author
Kuldeep Mishra
Amit Sharma

www.hyperionguru.com

Publish Date
12th Aug 2012
18th Aug 2012

weblogicexperts.wordpress.com |

Page 1

Contents
Step 1: Starting the Configuration Wizard in Console Mode. ....................................................................................................... 3
Step 2: Setting up config.cmd -mode ............................................................................................................................................ 3
Step 3: Create or Extend WebLogic Domain ................................................................................................................................ 4
Step 4: Select Domain Source screen ........................................................................................................................................... 4
Step 5: Chose Weblogic Platform components ............................................................................................................................ 5
Step 6: Application Template Selection screen............................................................................................................................. 5
Step 7: Weblogic Platform components ....................................................................................................................................... 6
Step 8: Edit Domain Information screen ....................................................................................................................................... 6
Step 9: Specify Domain Name ....................................................................................................................................................... 7
Step 10: Select Modify Name or Discard Changes..................................................................................................................... 8
Step 11: Specify Target Location. .................................................................................................................................................. 8
Step 12 A): Modify Username and Password................................................................................................................................ 9
Step 13: Domain Mode Configuration ........................................................................................................................................ 12
Step 14: Java SDK Selection......................................................................................................................................................... 13
Step 15: Select Optional Configuration ....................................................................................................................................... 14
Step 16: After selected Administration Server............................................................................................................................ 15
Step 17 : Configure the Administration Server........................................................................................................................... 15
Step 18: Domain creation is started ............................................................................................................................................ 16
Domain Created Successfully. ..................................................................................................................................................... 16

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 2

Creating Domains Using the Configuration Wizard Using Console Mode


Step 1: Starting the Configuration Wizard in Console Mode.
When run in console mode, the Configuration Wizard is executed in a text-based environment.
To start the Configuration Wizard in console mode:
1. Log in to the system on which the product installation resides.
2. Open an MS-DOS command prompt window (on Windows) or a command shell (on UNIX).
3. Go to the following directory:
On Windows: WLHOME\common\bin
On UNIX: WLHOME/common/bin
where WLHOME is the directory in which WebLogic Server is installed.
4. Execute the following command:
Windows: config.cmd -mode=console
UNIX: sh config.sh -mode=console
The command and arguments must be entered in lowercase

Step 2: Setting up config.cmd -mode


After go to WLHOME\common\bin> config.cmd -mode=console and press enter.
Fusion Middleware Configuration wizard(Welcome) screen is display.

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 3

Step 3: Create or Extend WebLogic Domain


Enter the index number

Enter index number to select option 1 or option 2 OR [Exit]or[Next].


To Create a new weblogic domain, enter-- 1 or n

Step 4: Select Domain Source screen


www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 4

After enter n
Select Domain Source screen is display.

Step 5: Chose Weblogic Platform components


Enter index number to select option 1 or option 2 OR [Exit]or[Previous]or[Next].
To Chose Weblogic Platform components ,enter-- 1 or n

Step 6: Application Template Selection screen, After enter n


www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 5

Application Template Selection screen is display.

Step 7: Weblogic Platform components


Enter index number to select option 1 or option 2 OR [Exit]or[Previous]or[Next]. To Chose Weblogic
Platform components ,enter-- 1 or n

Step 8: Edit Domain Information screen After enter n


Edit Domain Information screen is display.
www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 6

Step 9: Specify Domain Name Enter value for "Name" OR [Exit]or[Previous]or[Next].


Here we Enter value for "Name"-- bidomain and press enter.

Here we see the domain name value as bidomain

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 7

Step 10: Select Modify Name or Discard Changes. Enter option number to select OR
[Exit]or[Previous]or[Next].
Here we select -- n for Next.

Step 11: Specify Target Location. After select n.


Select the target domain directory for this domain screen is display. Here we use default
Target Location.
www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 8

Enter new Target Location -- n.

Step 12 A): Modify Username and Password After select n.


Configure Administrator User Name and Password screen is display.
To modify User Password Enter option number to select -- 2.

Step 12 B):To modify User Password Enter option number to select -- 2.

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 9

Step 12 C): After select -- 2.


Enter new User Password:

Step 12 D): After Enter new User Password:


We see the User Password in below screen.

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 10

To modify Confirm User Password Enter option number to select -- 3.

Step 12 E): After Enter Confirm user password:


We see the Confirm user password in below screen.

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 11

Step 12 F): After enter Administrator User Name and Password:


Enter option number to select -- n.

Step 13: Domain Mode Configuration After enter [Next] -- n


Domain Mode Configuration screen is display.

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 12

Here we select Development Mode for this domain. So, Enter option number to select OR
[Exit]or[Previous]or[Next] -- n

Step 14: Java SDK Selection After enter [Next] -- n


Java SDK Selection: screen is display.
Here we select Sun JDK . For this, Enter index number to select OR
[Exit]or[Previous]or[Next] -- n

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 13

Step 15: Select Optional Configuration After enter [Next] -- n


Select Optional Configuration screen is display.
Create simple domain with Just one Administration Server (We can deploy our application
in Administration Server but this is not recommended in Production Mode).
Enter index number to select OR [Exit]or[Previous]or[Next] -- 1

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 14

Here we select Administration Server.

Step 16: After selected Administration Server.


Enter index number to select OR [Exit]or[Previous]or[Next] -- n.

Step 17 : Configure the Administration Server.


After Enter -- n. screen display.
www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 15

Enter index number to select OR [Exit]or[Previous]or[Next] -- n.

Step 18: Domain creation is started


After Enter -- n.
We see the domain creation is started.

Domain Created Successfully.


www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 16

Now, Here we see the message Domain Created Successfully.

A WebLogic Server domain using configuration wizard [console mode] has now been created.
Navigate to \Oracle\Middleware\user_projects\domains and view the content of the
newly created domain.

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 17

S-ar putea să vă placă și