设为首页 收藏本站
查看: 817|回复: 0

[经验分享] weblogic中间件集群分享(四)之weblogic创建域

[复制链接]
累计签到:1 天
连续签到:1 天
发表于 2015-3-5 13:52:46 | 显示全部楼层 |阅读模式
[sinova@localhost ~]$ cd/app/sinova/Oracle/wlserver_10.3/common/bin

[sinova@localhost 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 [Exit][Next]> 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 anexisting  template. This

    |could be a customcreated template using the Template Builder.











Enter index number to select OR [Exit][Previous][Next]> 1 #第1选择weblogic的组件

<------------------- Fusion Middleware ConfigurationWizard ------------------>



Application Template Selection:

-------------------------------







    Available Templates

    |_____BasicWebLogic Server Domain - 10.3.3.0 [wlserver_10.3]x

    |_____WebLogicAdvanced Web Services for JAX-RPC Extension - 10.3.3.0 [wlserver_10.3] [2]

    |_____WebLogicAdvanced Web Services for JAX-WS Extension - 10.3.3.0 [wlserver_10.3] [3]





    ** Invalid input,not selectable





Enter number exactly as it appears in brackets to toggleselection OR [Exit][Previous][Next]>   #直接回车





<------------------- Fusion Middleware ConfigurationWizard ------------------>



Edit Domain Information:

------------------------



    |  Name |    Value    |

  _|________|_____________|

   1| *Name: |base_domain |









Enter value for "Name" OR[Exit][Previous][Next]>  #更改域的名称,这里使用默认,直接回车。





<------------------- 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 [Exit][Previous][Next]>/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 [Exit][Previous][Next]> 2#修改第2项,给weblogic用户设置密码。密码设置为weblogic010



Enter option number to select OR [Exit][Previous][Next]>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[Exit][Reset][Accept]> 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[Exit][Previous][Next]>   #直接回车





<------------------- 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 [Exit][Previous][Next]>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[Exit][Previous][Next]>  #选择JDK,直接回车





<------------------- Fusion Middleware ConfigurationWizard ------------------>



Select Optional Configuration:

------------------------------



   1|AdministrationServer [ ]

   2|Managed Servers,Clusters and Machines [ ]

   3|RDBMS SecurityStore [ ]







Enter index number to select OR [Exit][Previous][Next]> 1 #选择1,只配置Admin Server,其它可以以后在控制台配置。



<------------------- Fusion Middleware ConfigurationWizard ------------------>



Select Optional Configuration:

------------------------------



   1|AdministrationServer [x]

   2|Managed Servers,Clusters and Machines [ ]

   3|RDBMS SecurityStore [ ]







Enter index number to select OR [Exit][Previous][Next]>  #回车确认





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 [Exit][Previous][Next]>  #回车确认,使用默认的端口7001





<------------------- Fusion Middleware ConfigurationWizard ------------------>



Creating Domain...



0%          25%          50%          75%          100%

[------------|------------|------------|------------]

[***************************************************]





**** Domain Created Successfully! ****





配置完成。

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-43701-1-1.html 上篇帖子: weblogic中间件集群分享(三)之weblogic软件安装 下篇帖子: weblogic中间件集群分享(五)之weblogic启动管理节点
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表