实战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基础知识强化之集合框架笔记29:使用LinkedList实现栈数据结构的集合代码(面试题)
1. 请用LinkedList模拟栈数据结构的集合,并测试: 题目的意思是: 你自己的定义一个集合类,在这个集合类内部可以使用LinkedList模拟,使用LinkedList功能方法封装成 ...
- centos mysql 编译安装
centos mysql 编译安装 1.安装 创建MySQL用户 sudo useradd mysql 下载MySQL的源码包,我们这里使用的时5.5.18 安装依赖 sudo yum -y inst ...
- 兼容IE浏览器的placeholder【超不错】
jQuery EnPlaceholder plug (兼容IE浏览器的placeholder)使用 >>>>>>>>>>>>&g ...
- js时间字符串转Date对象
var DATE_REGEXP = new RegExp("(\\d{4})-(\\d{2})-(\\d{2})([T\\s](\\d{2}):(\\d{2}):(\\d{2})(\\.(\ ...
- AndroidManifest.xml--android系统权限定义
1. 系统编译结束自动生成的java类,描述系统所有定义的权限 out/target/common/R/android/Manifest.java 2. 权限检查方法 frameworks/base/ ...
- angular调用WCF服务,读取文件夹下图片显示列表,下载另存为图片
读取文件夹下的文件 public string ReadImagesPaths() { string result = string.Empty; try { string path = System ...
- iOS_ruby环境的配置
AC机中安装RUBY环境 转自:http://www.cnblogs.com/foxting/p/4520829.html 在安装CocoaPods之前要先配置好RUBY环境,本文就怎么安装RUBY ...
- SGU 249.Matrix(Gray码)
题意: 用0到2^(n+m-1)这2^(n+m-1)个数填在一个2^n*2^m的矩阵里,使得所有相邻的数的二进制表示只有一位不同. Solution: Gray码.对于第i行第j列的数,由i的Gray ...
- call 方法在使用一个指定的this值和若干个指定的参数值的前提下调用某个函数或方法.
call 方法在使用一个指定的this值和若干个指定的参数值的前提下调用某个函数或方法. 注意:该函数的语法与 apply() 方法的语法几乎完全相同,唯一的区别在于,apply()方法接受的是一个参 ...
- JDK和JRE的区别?
很多朋友可能跟我一样,已经使用JAVA开发很久了,可是对JDK,JRE,JVM这三者的联系与区别,一直都是模模糊糊的. 今天特写此文,来整理下三者的关系. JDK : Java Development ...