实战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. 在官网下载 ...
随机推荐
- eclipse删除空行
1.打开源码编辑器 2.使用快捷键Ctrl+f 3.在Find输入框中输入:^\s*\n 4.Replace With输入框的值为空 5.在[Options]选中的"Regular expr ...
- 文档对象模型操作xml文档
简介 :文档对象模型(DOM)是一种用于处理xml文档的API函数集. 2.1文档对象模型概述 按照W3C的定义,DOM是“一种允许程序或脚本动态地访问更新文档内容,结构和样式的.独立于平台和语言的规 ...
- HTML特效代码大全
1)贴图:<img src="图片地址">2)加入连接:<a href="所要连接的相关地址">写上你想写的字</a>1)贴 ...
- C#语法糖之第一篇:自动属性&隐式类型
今天给大家分享一下C#语法糖的简单的两个知识点吧. 自动属性:在 C# 4.0 和更高版本中,当属性的访问器中不需要其他逻辑时,自动实现的属性可使属性声明更加简洁. 客户端代码还可通过这些属性创建对象 ...
- C#中关于webconfig的读写
近期一个小网站需要一个计数的信息 偷懒不想用别的什么方法 原本想用个xml 无奈不太会使 虽然不推荐这种方法 不过还是记下来方便日后查看 webconfig信息 <?xml version=&q ...
- (转)ecshop产品详情页显示不清晰
详情页面的商品图片的设置方法 后台商店设置-显示设置-显示设置(就是这里,商品图片宽度和高度设置的大点就行了,放大镜效果也清晰了) 按照您详情页面图片的实际显示大小来添写. 商品管理-图片批量处理,这 ...
- ASP.NET Excel数据导入数据库
<identity impersonate="true"/> 是指模拟IIS身份验证 導入錯誤時可刪除 protected void btnImport_Click(o ...
- Javascript基础(2)
开始更咯~~~嘻嘻. ---------------------------------------------------------------------------------- 异常捕获:即 ...
- 104. Maximum Depth of Binary Tree(C++)
104. Maximum Depth of Binary Tree Given a binary tree, find its maximum depth. The maximum depth is ...
- chdir 改变当前目录为起始目录
<?php chdir(dirname(__FILE__));//把当前目录设置为当前目录?> 将 PHP 的当前目录改为 directory. 参数 directory 新的当前目录 返 ...