In the previous post, I have documented how to install Weblogic software. now in this post i will be showing you how to create a domain in Weblogic. If you have not read the previous post How to install Weblogic in Linux, please refer this link:
1. Navigate to the $MW_HOME/wlserver_10_3/common/bin and run the file "config.sh"
2. Click "Create a weblogic Domain"
3. Since we are just gonna create an Admin Server so none of the check boxes needed to be checked. Press "Next"
4. Enter a name for the domain (eg: oracle_domain)
5. Enter the password and Press "Next"
6. Select the mode of operation (eg: production mode for more administration purpose and development mode for more deployment purpose)
7. Press "Next"
8. Check the SSL check box if you need a HTTPS connection for the weblogic console
9. There are no managed servers created so we can omit this step and Press "Next"
10. There are no managed servers created so we can omit this step and Press "Next"
11. There are no managed servers created so we can omit this step and Press "Next"
12. Press "Create" to create the domain
13. After the installation is complete, press Done.
This post concludes the building of the domain in Weblogic
Continue to Weblogic Installation part 5 - Starting the Admin Server
0 comments