实战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. 在官网下载 ...
随机推荐
- Activity的几种启动跳转方式
一.显示调用方法 •Intent intent=new Intent(this,OtherActivity.class); //方法1 •Intent intent2=new Intent(); • ...
- css-3列布局
三列布局的步骤是,先定义左右两侧,然后定义中间,并设置'中间'部分的'margin'属性.并且'中间'部分不用设置'width'.例如: <!DOCTYPE html PUBLIC " ...
- WINDOWS批处理命令使用大全
来源:http://www.942dn.com就是爱电脑网 WINDOWS批处理命令使用大全 批处理,也称为批处理脚本,英文译为BATCH,批处理文件后缀BAT就取的前三个字母.它的构成没有固定格式, ...
- 最简单的基于FFmpeg的移动端例子:IOS 视频转码器
===================================================== 最简单的基于FFmpeg的移动端例子系列文章列表: 最简单的基于FFmpeg的移动端例子:A ...
- 十三、C# 事件
1.多播委托 2.事件 3.自定义事件 在上一章中,所有委托都只支持单一回调. 然而,一个委托变量可以引用一系列委托,在这一系列委托中,每个委托都顺序指向一个后续的委托, 从而形成了一个委托链,或 ...
- BIOS中断大全
BIOS中断大全 BIOS中断:1.显示服务(Video Service——INT 10H) 00H —设置显示器模式0CH —写图形象素01H —设置光标形状0DH —读图形象素02H —设置光标 ...
- 个人工作记录---工作中遇到的sql查询语句解析
在工作中写了人生的第一个查询语句,虽然是在原有基础上改的,但仍然学到了不少知识 代码: select distinct m.id, (select z.jianc from model_zuzjg z ...
- PHP框架_Smarty_实现登录功能
1.项目框架 |--mvc |--data 数据 |--cache 缓存 |--template_c 模板生成目录 |--framework |--function |--function.php 功 ...
- Drupal7安装完整教程
Drupal7 史前准备工作(安装 AppServ)AppServ 是 PHP 网页架站工具组合包,作者将一些网络上免费的架站资源重新包装成单一的安装程序,以方便初学者快速完成架站,AppServ 所 ...
- BZOJ 1487 无归岛
Description Neverland是个神奇的地方,它由一些岛屿环形排列组成,每个岛上都生活着之中与众不同的物种.但是这些物种都有一个共同的生活习性:对于同一个岛上的任意两个生物,他们有且仅有一 ...