Weblogic Create a domain to log in with Weblogic account (as opposed to creating a domain directory account)
Cd/home/weblogic/bea/weblogic92/common/bin
Executes the./config.sh into the configuration interface. The configuration steps are as follows:
1.Choose between creating and extending a domain, select Create a new WebLogic domain
2.Select Domain Source, select Choose Weblogic Platform Components
3.Enter the location of the domain template, _____workshop for WebLogic Platform [2] x Enter
4.Configure Administrator Username and Password, modifying the user name, password of the administrative user
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 needs to be modified 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, modify the domain name to life
15. The Created life domain is located in the/home/weblogic/bea/user_projects/domains directory
Linux under WebLogic Create domain methods and steps