Introduction WebLogic Version Information 10.3
First, start the WebLogic service
Use the command after logging in with the root user: #su weblogic to switch the user to the WebLogic user.
1. Go to the home folder where my installation path is (/home/mw/weblogic), use the #ls command to view the file information in the Bin folder:
2. Use the./config.sh command to perform the WebLogic service domain configuration startup file, after the startup file initialization succeeds, select Create domain type, first create using default type: "Create a new service domain". Next Enter
Second, create
1. Select the type of domain to create here we select "Generate an automatically configured domain to support the following products", enter 1 return car (or next enter)
2, select the Application template type, enter 2, 3, 4 to select all the templates, next return
3, specify the name of the Domin domain, use the default value direct next enter
4, specify the storage path of the Domin domain, use default value default input next Enter
5. set WebLogic user password for login to WebLogic console
1), select
2), enter the corresponding password information
3), set WebLogic user confirmation password
4), Note: Password length must be greater than 8 bits, and must contain a number type, if the password information entered does not conform to the rules, The error message is returned
60050: Invalid password for user ' WebLogic '
60045: The password must be at least 8 alphanumeric characters and contain at least one number or special character
6, set the mode of the domain configuration: 1: Development mode 2: Production mode This is set to: Development mode
7. Bind JDK
1), bind default JDK version
2), bind your own installed JDK version: Select 2, enter your own installed JDK path carriage return, next enter
8, select the type of service: By default Select "Management Server" (1,2,3,4,5,6 press once)
9, Server parameter settings: Service name, listening address, listening port and other information, do not modify here, using the default value, direct Next, enter
10. Start the creation of the service domain.
11. After the service domain is successfully created, start the WebLogic service. Using the WebLogic user login, under the root directory, execute the following command:
Cd/home/mw/weblogic/oracle/middleware/user_projects/domains/base_domain/bin
To switch directories to the bin directory, execute the./startweblogic.sh command to start
After the WebLogic service starts successfully, open the browser input address: Http://localhost:7001/console Enter
Linux: Application Server Building and deployment of-weblogic service domain (one created)