Showing posts with label domain. Show all posts
Showing posts with label domain. Show all posts

Wednesday, 1 July 2015

How to create domain in weblogic?

1. Run ../oracle_common/common/bin/config.cmd
2. Configuration Wizard will open
3. CREATE DOMAIN: Choose "Create new domain" option and specify desired domain location with domain name in the end.
(Ex: C:\Users\arina\user_projects\domains\base_domain, where base_domain is our new domain name)
4. TEMPLATES: Leave as it is and click Next.
5. ADMINISTRATOR ACCOUNT: Enter administrator credentials and click Next
6. DOMAIN MODE and JDK: I choose Development for Domain Mode, and leave embedded Weblogic JDK, and click Next
7. ADVANCED CONFIGURATIONS: Mostly I usually need only Administration Server, chose it and click Next
8. ADMINISTRATION SERVER: Usually I leave Server Name as is "AdminServer" but it's optional. Listen port: specify which port you want weblogic to use, let's say 7171, 9191 or any you like, and click Next.
9. CONFIGURATION SUMMARY: review your configurations and click Create
10. After progress bar reached 100% and Next button activated, click Next.
11. Review Domain Location, Admin Server URL, if you need to start Start Admin Server right away select appropriate checkbox and click Finish.