实战weblogic集群之创建domain,AdminServer
在weblogic安装完后,接下来就可以创建domain,AdminSever了。
第1步:
$ cd /app/sinova/Oracle/wlserver_10./common/bin
$ ./config.sh
Unable to instantiate GUI, defaulting to console mode.
Java HotSpot(TM) -Bit Server VM warning: You have loaded library /app/sinova/Oracle/wlserver_10./common/lib/libjni.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'. <------------------- Fusion Middleware Configuration Wizard ------------------> Welcome:
-------- Choose between creating and extending a domain. Based on your selection,
the Configuration Wizard guides you through the steps to generate a new or
extend an existing domain. ->|Create a new WebLogic domain
| Create a WebLogic domain in your projects directory. |Extend an existing WebLogic domain
| Use this option to add new components to an existing domain and modify |configuration settings. Enter index number to select OR [Exit][Next]> #直接回车
第2步:
<------------------- Fusion Middleware Configuration Wizard ------------------> Select Domain Source:
--------------------- Select the source from which the domain will be created. You can create the
domain by selecting from the required components or by selecting from a
list of existing domain templates. ->|Choose Weblogic Platform components
| You can choose the Weblogic component(s) that you want supported in
|your domain. |Choose custom template
| Choose this option if you want to use an existing template. This
|could be a custom created template using the Template Builder. Enter index number to select OR [Exit][Previous][Next]> #直接回车
第3步:
<------------------- Fusion Middleware Configuration Wizard ------------------> Application Template Selection:
------------------------------- Available Templates
|_____Basic WebLogic Server Domain - 10.3.3.0 [wlserver_10.]x
|_____WebLogic Advanced Web Services for JAX-RPC Extension - 10.3.3.0 [wlserver_10.] []
|_____WebLogic Advanced Web Services for JAX-WS Extension - 10.3.3.0 [wlserver_10.] [] Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> #直接回车
第4步:
<------------------- Fusion Middleware Configuration Wizard ------------------> Application Template Selection:
------------------------------- Available Templates
|_____Basic WebLogic Server Domain - 10.3.3.0 [wlserver_10.]x
|_____WebLogic Advanced Web Services for JAX-RPC Extension - 10.3.3.0 [wlserver_10.] []
|_____WebLogic Advanced Web Services for JAX-WS Extension - 10.3.3.0 [wlserver_10.] [] Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> <------------------- Fusion Middleware Configuration Wizard ------------------> Edit Domain Information:
------------------------ | Name | Value |
_|________|_____________|
| *Name: | base_domain | Enter value for "Name" OR [Exit][Previous][Next]> #直接回车,也可以自定义domain的名称
第5步:定义创建域的路径
------------------- Fusion Middleware Configuration Wizard ------------------> Select the target domain directory for this domain:
--------------------------------------------------- "Target Location" = [Enter new value or use default
"/app/sinova/Oracle/user_projects/domains"] Enter new Target Location OR [Exit][Previous][Next]> /app/sinova/domains
第6步:设置密码
<------------------- Fusion Middleware Configuration Wizard ------------------> Configure Administrator User Name and Password:
----------------------------------------------- Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers. | Name | Value |
_|_________________________|_________________________________________|
| *Name: | weblogic |
| *User password: | |
| *Confirm user password: | |
| Description: | This user is the default administrator. | Use above value or select another option:
- Modify "Name"
- Modify "User password"
- Modify "Confirm user password"
- Modify "Description" Enter option number to select OR [Exit][Previous][Next]>
第7步:
<------------------- Fusion Middleware Configuration Wizard ------------------> Configure Administrator User Name and Password:
----------------------------------------------- Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers. "*User password:" = [] Enter new *User password: OR [Exit][Reset][Accept]> weblogic123
第8步:确认密码
<------------------- Fusion Middleware Configuration Wizard ------------------> Configure Administrator User Name and Password:
----------------------------------------------- Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers. | Name | Value |
_|_________________________|_________________________________________|
| *Name: | weblogic |
| *User password: | *********** |
| *Confirm user password: | |
| Description: | This user is the default administrator. | Use above value or select another option:
- Modify "Name"
- Modify "User password"
- Modify "Confirm user password"
- Modify "Description"
- Discard Changes Enter option number to select OR [Exit][Previous][Next]>
第9步:
<------------------- Fusion Middleware Configuration Wizard ------------------> Configure Administrator User Name and Password:
----------------------------------------------- Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers. "*Confirm user password:" = [] Enter new *Confirm user password: OR [Exit][Reset][Accept]> weblogic123
第10步:
<------------------- Fusion Middleware Configuration Wizard ------------------> Configure Administrator User Name and Password:
----------------------------------------------- Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers. | Name | Value |
_|_________________________|_________________________________________|
| *Name: | weblogic |
| *User password: | *********** |
| *Confirm user password: | *********** |
| Description: | This user is the default administrator. | Use above value or select another option:
- Modify "Name"
- Modify "User password"
- Modify "Confirm user password"
- Modify "Description"
- Discard Changes Enter option number to select OR [Exit][Previous][Next]> #直接回车
第11步:选择生产模式
<------------------- Fusion Middleware Configuration Wizard ------------------> Domain Mode Configuration:
-------------------------- Enable Development or Production Mode for this domain. ->|Development Mode |Production Mode Enter index number to select OR [Exit][Previous][Next]>
第12步:
<------------------- Fusion Middleware Configuration Wizard ------------------> Java SDK Selection:
------------------- ->|JRockit SDK 1.7.0_79 @ /app/sinova/jdk1..0_79
|Other Java SDK Enter index number to select OR [Exit][Previous][Next]> #直接回车
第13步:选择1,暂时只创建AdminServer,集群中的Managed Servers可以在控制上去创建。
<------------------- Fusion Middleware Configuration Wizard ------------------> Select Optional Configuration:
------------------------------ |Administration Server [ ]
|Managed Servers, Clusters and Machines [ ]
|RDBMS Security Store [ ] Enter index number to select OR [Exit][Previous][Next]>
第14步:
<------------------- Fusion Middleware Configuration Wizard ------------------> Select Optional Configuration:
------------------------------ |Administration Server [x]
|Managed Servers, Clusters and Machines [ ]
|RDBMS Security Store [ ] Enter index number to select OR [Exit][Previous][Next]> #回车
第15步:
<------------------- Fusion Middleware Configuration Wizard ------------------> Configure the Administration Server:
------------------------------------ Enter adminstration server configurations. Each WebLogic Server domain must
have one Administration Server. The Administration Server hosts the
Administration Console which is used to perform administrative tasks. | Name | Value |
_|__________________|_____________________|
| *Name: | AdminServer |
| *Listen address: | All Local Addresses |
| Listen port: | |
| SSL listen port: | N/A |
| SSL enabled: | false | Use above value or select another option:
- Modify "Name"
- Modify "Listen address"
- Modify "Listen port"
- Modify "SSL enabled" Enter option number to select OR [Exit][Previous][Next]> #可以默认直接回车
第16步:domain创建完成。
<------------------- Fusion Middleware Configuration Wizard ------------------> Creating Domain... % % % % %
[------------|------------|------------|------------]
[***************************************************] **** Domain Created Successfully! ****
进入/app/sinova/后可以看到生成了一个domains目录,表示域创建完成。
实战weblogic集群之创建domain,AdminServer的更多相关文章
- 实战weblogic集群之创建节点和集群
一.启动weblogic,访问控制台 weblogic的domain创建完成后,接下来就可以启动它,步骤如下: $ cd /app/sinova/domains/base_domain/bin $ . ...
- 实战weblogic集群之应用部署
一.创建应用发布目录,上传应用包. 1.在10.70.52.11-14的/app/sinova目录下建立applications目录(名称可以自定义),作为我们应用的发布目录. $ mkdir /ap ...
- 实战weblogic集群之安装weblogic
一.系统及软件版本 OS版本:Red Hat Enterprise Linux Server release 6.6WebLogic Server 版本: 10.3.3.0JDK版本:1.7.0_79 ...
- docker 实战---部署tomcat\weblogic集群 (二)
安装tomcat镜像 准备好须要的jdk tomcat等软件放到home文件夹以下 启动一个虚拟机 docker run -t -i -v /home:/opt/data --name mk_tom ...
- Docker创建 tomcat/weblogic 集群
安装 tomcat 镜像 准备好需要的 jdk.tomcat 等软件放到 home 目录下面,启动一个容器 docker run -t -i -v /home:/opt/data --name mk_ ...
- WebLogic集群案例分析
WebLogic集群案例分析 2012年8月,某证券交易系统(采用Weblogic中间件),由于基金业务火爆,使系统压力太大,后台服务器频繁死机时,这时工程师们紧急调试系统及恢复操作,等完成这些操作花 ...
- weblogic集群的资料
博客分类: weblogic 其实网上关于weblogic集群的资料非常多[大部分都是从创建新的domain开始,我这篇先介绍怎么样把原本普通的domain改造为集群环境],如果觉得不够,可以啃web ...
- 双节点weblogic集群安装
一.准备工作 1.环境信息规划 Server name Ip地址 Port 备注 AdminServer 192.168.100.175 7001 管理服务器 Ms1 192.168.100.175 ...
- CentOS7安装weblogic集群思路梳理
以前经常用weblogic集群,但是却没有仔细想过要实现它.这不,前两天成功安装了weblogic集群,现在将其思路整理下.防止日后自己忘掉了. 一.安装weblogic10.3.6 1. 在官网下载 ...
随机推荐
- Java编程陷阱-类成员初始化
原文地址:http://blog.csdn.net/veryitman/article/details/6450523 如果你忽略Java的细节,恐怕你的代码会充满bug,下面讨论关于类成员初始化问题 ...
- Python之路【第十七篇】:Django【进阶篇】
Python之路[第十七篇]:Django[进阶篇 ] Model 到目前为止,当我们的程序涉及到数据库相关操作时,我们一般都会这么搞: 创建数据库,设计表结构和字段 使用 MySQLdb 来连接 ...
- Python之路【第十二篇】:JavaScrpt -暂无内容-待更新
Python之路[第十二篇]:JavaScrpt -暂无内容-待更新
- asp.net mvc 实现记忆返回的功能
大体思路是在当前跳转链接追加一个参数memoryguid,以guid为key把查询query保存在cookie里,跳转的时候带走这个guid,回来的时候还带着,这样我们就能根据这个guid从cooki ...
- jquery几个常用的demo
新建两个页面.一个叫做 ---- demo1.js------- 一个叫做 ----- demo1.html----- 代码分别如下 <!DOCTYPE html> <html l ...
- java 钱币的单位转换
将钱转成转换为带指定单位的钱 int money = 10; NumberFormat nf = NumberFormat.getCurrencyInstance(Locale.US); System ...
- 我的网站终于连续一星期,ip数1000以上了
相信每个程序员都有一个站长梦,我也是如此.说来惭愧,从2015年4月份开始,我投入了50块的域名费用,50块的空间费用,现在才回本. 由于终于从百度联盟的手里赚了一百块,按耐不住的菜鸟之冲动,于是决定 ...
- recursive - simple screenshot but detail principle.
the code below demonstates the principle of the'recursive-call' that the programing beginner may be ...
- 函数对象的prototype总结
通过看 http://www.cnblogs.com/mindsbook/archive/2009/09/19/javascriptYouMustKnowPrototype.html 该文章和对代码的 ...
- Hessian(C#)介绍及使用说明
什么是Hessian? Hessian是Caucho开发的一种二进制Web Service协议.支持目前所有流行的开发平台. Hessia能干什么? hessian用来实现web服务. Hessia有 ...