How to Create a domain in Weblogic in Linux
Weblogic creates a domain to log on with the weblogic account (corresponding to the account used to create the domain directory)
Cd/home/weblogic/bea/weblogic92/common/bin
Run./config. sh to enter the configuration page. The configuration steps are as follows:
1. Choose between creating and extending a domain, select Create a new WebLogic domain
2. Select Domain Source and Select Choose Weblogic Platform components
3. Enter the location of the domain template, _____ Workshop for WebLogic Platform [2] x press Enter
4. Configure Administrator Username and Password: Change the user name and Password of the Administrator.
5. Domain Mode Configuration, select Development Mode
6. Java SDK Selection: select the default Sun SDK 1.5.0 _ 12 @/usr/java/jdk1.5.0 _ 12
7. Choose Configuration Option, select Yes
8. Configure the Administration Server. the default Listen port is 7001 and must be changed to 80.
9. Configure Managed Servers
10. Configure Clusters
11. Configure Machines
12. Configure Unix Machines
13. Select the target domain directory for this domain
14. Edit Domain Information. Change the Domain name to "life ".
15. The created life domain is located in the/home/weblogic/bea/user_projects/domains directory.