|_____ManagedServer_1 |_____ManagedServer_2 |_____ProxyServer
Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> Next
12) 第十二步,配置机器,按默认直接Next。 13) 第十三步,配置域建立的目录:
<------------------------------------------------------------ BEA WebLogic Configuration Wizard ----------------------------------------------------------->
Select the target domain directory for this domain: ---------------------------------------------------
\
Input Target Location OR [Exit][Previous][Next]> Next 14) 第十四步,配置域名称:
<------------------------------------------------------------ BEA WebLogic Configuration Wizard ----------------------------------------------------------->
Edit Domain Information: ------------------------
| Name | Value | _|________|_____________| 1| *Name: | base_domain |
Enter value for \15) 配置完毕,系统开始创建域:
<------------------------------------------------------------ BEA WebLogic Configuration Wizard ----------------------------------------------------------->
Creating Domain...
0% 25% 50% 75% 100% [------------|------------|------------|------------] [***************************************************]
**** Domain Created Successfully! ****
weblogic@ribbonchen-desktop:~/weblogic91/common/bin$
4、启动服务器(机器A上的Weblogic服务器)
1) 启动管理服务器。进入刚刚建立的cluster_domain域所在的目录的bin子目录,执
行startWebLogic.sh脚本: weblogic@ribbonchen-desktop:~/user_projects/domains/cluster_domain/bin$ ./startWebLogic.sh
脚本执行过程中需要输入weblogic管理用户名和密码。 2) 启动被管服务器ManagedServer_1: weblogic@ribbonchen-desktop:~/user_projects/domains/cluster_domain/bin$ ./startManagedWebLogic.sh ManagedServer_1 http://192.168.136.200:7001 脚本执行过程中需要输入weblogic管理用户名和密码。 3) 启动被管服务器ProxyServer: weblogic@ribbonchen-desktop:~/user_projects/domains/cluster_domain/bin$ ./startManagedWebLogic.sh ProxyServer http://192.168.136.200:7001
脚本执行过程中需要输入weblogic管理用户名和密码。
4) 执行完以上三步,我们在console的environment-servers界面可以看到,除了
ManagedServer_2,其他三个服务器都已经成功启动:
5、Windows下Weblogic集群配置(机器B)

