weblogic中间件集群分享(四)之weblogic创建域
$ cd/app/sinova/Oracle/wlserver_10.3/common/bin$ ./config.sh
Unable to instantiate GUI, defaulting to console mode.
<------------------- Fusion Middleware ConfigurationWizard ------------------>
Welcome:
--------
Choose between creating and extending a domain. Based on yourselection,
the Configuration Wizard guides you through the steps togenerate a new or
extend an existing domain.
->1|Create a newWebLogic domain
| Create a WebLogic domain in your projectsdirectory.
2|Extend an existingWebLogic domain
| Use this option to add new components to anexisting domain and modify |configuration settings.
Enter index number to select OR > 1 #第1选择创建一个新的domain,第2选择使用一个已经存在的domian
<------------------- Fusion Middleware ConfigurationWizard ------------------>
Select Domain Source:
---------------------
Select the source from which the domain will be created. Youcan create the
domain by selecting from the required components or byselecting from a
list of existing domain templates.
->1|Choose WeblogicPlatform components
| You can choose the Weblogic component(s)that you want supported in
|your domain.
2|Choose customtemplate
| Choose this option if you want to use anexistingtemplate. This
|could be a customcreated template using the Template Builder.
Enter index number to select OR > 1 #第1选择weblogic的组件
<------------------- Fusion Middleware ConfigurationWizard ------------------>
Application Template Selection:
-------------------------------
Available Templates
|_____BasicWebLogic Server Domain - 10.3.3.0 x
|_____WebLogicAdvanced Web Services for JAX-RPC Extension - 10.3.3.0
|_____WebLogicAdvanced Web Services for JAX-WS Extension - 10.3.3.0
** Invalid input,not selectable
Enter number exactly as it appears in brackets to toggleselection OR > #直接回车
<------------------- Fusion Middleware ConfigurationWizard ------------------>
Edit Domain Information:
------------------------
|Name | Value |
_|________|_____________|
1| *Name: |base_domain |
Enter value for "Name" OR>#更改域的名称,这里使用默认,直接回车。
<------------------- Fusion Middleware ConfigurationWizard ------------------>
Select the target domain directory for this domain:
---------------------------------------------------
"Target Location"= [Enter new value or use default
"/app/sinova/Oracle/Middleware/user_projects/domains"]
Enter new Target Location OR >/app/sinova/domains #域的安装路径修改为 /app/sinova/domains
<------------------- Fusion Middleware ConfigurationWizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. Thisuser is the
default administrator used to start development mode servers.
| Name | Value |
_|_________________________|_________________________________________|
1| *Name: | weblogic |
2| *User password: | |
3| *Confirm userpassword: | |
4| Description: | This user is the defaultadministrator. |
Use above value or select another option:
1 - Modify"Name"
2 - Modify"User password"
3 - Modify"Confirm user password"
4 - Modify"Description"
Enter option number to select OR > 2#修改第2项,给weblogic用户设置密码。密码设置为weblogic010
Enter option number to select OR >3#修改第3项,确认密码。
<------------------- Fusion Middleware ConfigurationWizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. Thisuser is the
default administrator used to start development mode servers.
"*Confirm userpassword:" = []
Enter new *Confirm user password: OR> weblogic010
-----------------------------------------------
Create a user to be assigned to the Administrator role. Thisuser is the
default administrator used to start development mode servers.
| Name | Value |
_|_________________________|_________________________________________|
1| *Name: | weblogic |
2| *User password: | *********** |
3| *Confirm userpassword: | *********** |
4| Description: | This user is the defaultadministrator. |
Use above value or select another option:
1 - Modify"Name"
2 - Modify"User password"
3 - Modify"Confirm user password"
4 - Modify"Description"
5 - Discard Changes
Enter option number to select OR> #直接回车
<------------------- Fusion Middleware ConfigurationWizard ------------------>
Domain Mode Configuration:
--------------------------
Enable Development or Production Mode for this domain.
->1|DevelopmentMode
2|Production Mode
Enter index number to select OR >2#1是开发模式,我们选择2,生产模式
<------------------- Fusion Middleware ConfigurationWizard ------------------>
Java SDK Selection:
-------------------
->1|Sun SDK1.6.0_45 @ /app/sinova/jdk1.6.0_45
2|Other Java SDK
Enter index number to select OR>#选择JDK,直接回车
<------------------- Fusion Middleware ConfigurationWizard ------------------>
Select Optional Configuration:
------------------------------
1|AdministrationServer [ ]
2|Managed Servers,Clusters and Machines [ ]
3|RDBMS SecurityStore [ ]
Enter index number to select OR > 1 #选择1,只配置Admin Server,其它可以以后在控制台配置。
<------------------- Fusion Middleware ConfigurationWizard ------------------>
Select Optional Configuration:
------------------------------
1|AdministrationServer
2|Managed Servers,Clusters and Machines [ ]
3|RDBMS SecurityStore [ ]
Enter index number to select OR >#回车确认
Configure the Administration Server:
------------------------------------
Enter adminstration server configurations. Each WebLogicServer domain must
have one Administration Server. The Administration Server hoststhe
Administration Console which is used to performadministrative tasks.
| Name | Value |
_|__________________|_____________________|
1| *Name: | AdminServer |
2| *Listen address:| All Local Addresses |
3| Listen port: | 7001 |
4| SSL listen port:| N/A |
5| SSL enabled: | false |
Use above value or select another option:
1 - Modify"Name"
2 - Modify"Listen address"
3 - Modify"Listen port"
4 - Modify"SSL enabled"
Enter option number to select OR >#回车确认,使用默认的端口7001
<------------------- Fusion Middleware ConfigurationWizard ------------------>
Creating Domain...
0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]
**** Domain Created Successfully! ****
配置完成。
页:
[1]