WebLogic集群环境搭建
创建Weblogic集群
一、创建Weblogic集群规划二、配置导航创建集群服务器1.创建集群的总控制端(adminserver)Windows:Windows下通过菜单->OracleWeblogic->Weblogic Server11gR1->Tools->Configuration Wizard来启动创建domain的wizard。
来启动创建domain的wizard。
选择“创建新的Weblogic域”,选下一步(下面全部跟着我的操作步骤与界面填选的参数走,所有的用户名啦、密码啦、端口号啦、IP啦,都请根据第一节中的那个表格里的参数填写)下一步后界面类似,但是是有区别的,注意了哦,不要下手太快了上面这个配的就叫集群广播地址的界面。
因为集群是通过广播(有unicast和multicast两种)来同步集群中的节点,并且把每个节点中的session通过这个广播地址来进行复制和同步,即主控域不断的时时刻刻的会和它下面的子节点间保持通讯、经常去询问各个子节点的。
∙名称:可以任意∙集群信息传送模式:有unitcast与multicast两种,在11G版本前都是multicast10G后开始支持unicast协议。
如果指定了multicast,就必须指定一个“多点传送地址”,此地址和端口都可以采用weblogic默认的。
如果在域环境,还需要在防火墙中配置这个“多点传送地址”与“多点传送端口”,使其在防火墙中被打开,协议为both of tcp and udp。
Look,右边这块我们把它称为“集群的逻辑拓卜图”。
此处是对每个集群里的节点指定相应的“计算机名/IP”,由于我们的实验是建立在同一台机器上的即纵向集群,因此这步什么都不需要填,直接下一步。
完成后可以启动adminserver然后通过http://localhost:7001/console来查看我们的集群规划,如下图:这样,我们就完成了创建一个新的domain并且将且扩展成为了集群的总控制端服务器,同时在这上面我们制作了一个“集群拓卜图”,那么下面要做的就是:∙创建该集群拓卜图中的节点1∙创建该集群拓卜图中的节点22.创建集群中的节点(mycluster1,mycluster2)启动Weblogic的Configuration Wizard按照普通的域,就是一个普通的域来创建(为了实验方便我们的用户名与密码全部为weblogic/password_1):∙user_projects\domains\server1(逻辑名为:mycluster1,端口:7011)∙user_projects\domains\server2(逻辑名为:mycluster2,端口:7012)下一步,下一步,创建,完成。
weblogic12C集群安装配置
weblogic12C集群安装配置1环境准备weblogic12.1.3.0对于jdk及linux操作系统版本的要求在oracle官⽹上⾯有详细的介绍。
1.1安装jdkWeblogic12C 选择JDK1.8.0_211版本,上传介质jdk-8u211-linux-x64.tar.gz 到指定⽬录。
#tar -zxvf jdk-8u211-linux-x64.tar.gz#Vi /etc/profileexport JAVA_HOME=/opt/jdk1.8.0_211export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/local/mysql/bin:/opt/jdk1.8.0_211/bin export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jarsource /etc/profile #配置⽣效[root@hdp-02 opt]# java -versionjava version "1.8.0_211"Java(TM) SE Runtime Environment (build 1.8.0_211-b12)Java HotSpot(TM) 64-Bit Server VM (build 25.211-b12, mixed mode)2安装Weblogic12C2.1执⾏安装命令# chown weblogic:bea fmw_12.1.3.0.0_infrastructure.jar$ su – weblogic$ cd /opt/$ export DISPLAY=192.168.56.1:0.0$ java -jar fmw_12.1.3.0.0_infrastructure.jar2.2选择产品⽬录⼀步步下,截图不描叙执⾏./config.sh截图省略,启动管理Admin[weblogic@hdp-01 bin]$ ./startWebLogic.sh启动Server1被管理服务异机上Server2被管理服务的配置异机上不需要重新安装weblogic软件介质和建域,只需要把admin上weblogic 安装⽬录复制过去就⾏。
Weblogic12c集群环境搭建
Weblogic12c集群环境搭建本⽂是在windows7操作系统下配置的,jdk版本1.7 ,weblogic版本12.1.3.0.0.搭建集群前的规划其中AdminServer是总控制端,server1、server2、server3是集群中的三个服务节点. 其中Adminserver也叫做管理服务器,server1-3叫做托管服务器.1、创建管理服务器AdminServer.AdminServer作为weblogic集群的总控制端. ⼀般我们单机默认搭建的weblogic domain服务就是AdminServer,如下图:2、创建集群的三个服务节点双击base_domain⽬录下的startWebLogic.cmd脚本启动weblogic服务,启动之后,浏览器输⼊http://127.0.0.1:7001/console,输⼊⽤户名密码进⼊weblogic控制台点击环境-->服务器-->新建输⼊服务名server1,和主机IP地址127.0.0.1,和端⼝号47001点击完成安装同样⽅式,创建server2和server3.3、创建集群cluster点击环境-->集群-->新建-->集群输⼊集群名称cluster,传送⽅式选择“单点传送”点击OK.4、创建计算机创建计算机是为了配置节点管理器,可以远程启动受托管的服务器,如server1-3.点击环境-->计算机-->新建,输⼊计算名称,和操作系统类型,因为是windows系统,所以选择其他.点击下⼀步,按下图修改点击完成计算机的创建.5、配置受托管服务归属的集群和计算机点击环境--》服务器--》,点击服务server1选择配置--》⼀般信息,配置计算机和集群信息配置完成后,点击保存. 服务server2和server3按照同样⽅式配置.配置完成后,返回服务器列表,可以看见服务归属的集群和计算机已配置好.6、启动集群服务节点启动受托管的服务节点server1、server2、server3 有3种⽅式.(1)第⼀种⽅式:打开cmd命令⾏,进⼊C:\oracle\Middleware\Oracle_Home\user_projects\domains\base_domain\bin ⽬录下,按照如下⽅式启动集群的托管服务.语法:startManagedWebLogic.cmd 托管服务名管理服务的IP地址和端⼝启动托管服务server1的命令: startManagedWebLogic.cmd server1 127.0.0.1:7001使⽤这种⽅式需要输⼊访问管理服务的⽤户名和密码.,输⼊完成后,既可启动成功,此时刷新服务,可以看见服务server1已经启动了.后⾯两种都是以节点管理器的⽅式启动托管服务,这也是⽐较推荐的⽅式(2)第⼆种⽅式脚本⽅式启动修改C:\oracle\Middleware\Oracle_Home\user_projects\domains\base_domain\nodemanager ⽬录下的nodemanager.properties 字段,将默认的ListenAddress=localhost和SecureListener=true 修改成下午红⾊框中的值修改完成后保存.进⼊C:\oracle\Middleware\Oracle_Home\user_projects\domains\base_domain\bin⽬录,双击startNodeManager.cmd 启动节点管理器.然后进⼊weblogic控制台界⾯,选择服务器-->控制,勾选对应的托管服务器,就可以进⾏启动关闭等操作.(3)第三种⽅式先按照第⼆中⽅式,把nodemanager.properties配置好.双击C:\oracle\Middleware\Oracle_Home\user_projects\domains\base_domain\bin⽬录下的脚本installNodeMgrSvc.cmd ,然后右击桌⾯上的计算机-->管理--》服务可以看到多了如下图的⼀个服务,直接启动就好启动这个服务,然后到weblogic控制台,后续操作和第⼆种⽅式相同.到此,weblogic的集群环境就搭建好了下⼀篇介绍weblogic集群web应⽤的部署和session复制.。
Linux环境下搭建WebLogic-10.3.6集群服务十步曲
Linux环境下搭建WebLogic-10.3.6集群服务十步曲Linux环境下搭建WebLogic 10.3.6集群服务十步曲(console模式)版本说明版本日期作者说明V1.0 2017-03-26 王林初稿财概要描述WebLowls1036_generic.jargicJDK jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.binDataB11gaseOS Linux Redhat 6.5 64位1.安装前准备篇 (11)4.1.3.设置jrockit-jdk安装目录164.1.4.确认安装174.1.5.验证是否已安装成功194.2.安装Weblogic194.2.1.执行安装文件194.2.2.设置中间件安装主目录194.2.3.设置是否接收安全更新(不接收) (20)4.2.4.选择安装内容(只安装WeblogicServer) (21)4.2.5.选择JDK274.2.6.确认WebLogic安装目录284.2.7.验证是否已安装成功335.节点1配置篇 (36)5.1.新建应用domain域365.1.1.执行weblogic配置向导文件365.1.2.选择新建或者扩展域(选择新建) (36)5.1.3.选择域控件或者模版(选择控件) (37)5.1.4.选择应用模版(默认选择BasicWebLogic Server Domain) (39)5.1.5.编辑域名称信息405.1.6.配置管理员用户及密码415.1.7.配置域模式(选择2生产模式)435.1.8.选择JDK(选择JRockit JDK)445.1.9.配置管理服务器445.1.10.创建域505.1.11.查看域创建日志,检查域是否创建成功 (51)5.1.12.启动域,验证管理服务器是否配置成功 (54)5.1.13.IE登录域控制台575.2.环境参数配置575.2.1.Java.security安全策略文件配置 (57)5.2.2.域内存参数配置585.2.3.域JAVA_OPTIONS参数配置615.3.管理服务器(AdminServer)配置625.3.1.密钥文件配置635.3.2.启动脚本配置635.4.计算机(Machine)配置645.5.应用集群(Cluster)配置665.6.节点管理器(nodemanager)配置675.6.1.配置startNodeManager.sh启动脚本 (67)5.6.2.设置管理服务器主机名验证为“无” (69)5.7.被管理服务器(ManagedServer)配置695.7.1.服务器配置695.7.2.密钥文件配置745.7.3.启动脚本配置756.节点2安装配置篇 (76)6.1.拷贝节点1的jrockit jdk安装及配置766.2.拷贝节点1的weblogic安装及配置766.3.克隆节点1的被管理服务器配置766.4.移除节点2上的管理服务器启动脚本786.5.移除节点2上的服务启动日志信息796.6.修改节点2被管理服务器启动脚本796.7.配置节点2被管理服务器密钥文件807.部署篇 (81)7.1.数据源配置817.1.1.新建数据源817.1.2.数据源参数调优857.2.应用部署877.2.1.上传应用程序文件877.2.2.部署应用878.服务启动/查看状态/停止篇 (92)8.1.启动服务928.1.1.启动管理服务器928.1.2.启动节点服务器958.1.3.启动被管理服务器978.2.查看/停止服务1008.2.1.查看/停止管理服务器1008.2.2.查看/停止节点服务器1018.2.3.查看/停止被管理服务器1029.安全防护篇 (105)9.1.Java反序列化安全漏洞修复10510.FAQ篇 (105)10.1.在weblogic控制台启动Server1时,报<BEA-000110> <Multicast socket receive error (105)1.安装前准备篇1.1.主机资源规划主机IP 主机名称管理服务器及端口被管理服务器及端口10.140.3 0.51 po9kcfap901AdminServer/7001Server1/808010.140.3 0.52 po9kcfap902Server2/8080双主机,配置为集群服务,其中管理服务器配置在第一个节点上,节点管理器使用默认的名称及端口。
Weblogic_11g集群搭建
Weblogic_11g集群搭建Weblogic集群部署1.Server⽤过tomcat的朋友应该清楚,当我们有多个项⽬部署在同⼀个tomcat服务器下的时候,我们只需要启动这个tomcat就可以根据⽬录的不同,访问这些应⽤,此时我们⽤的端⼝号不需要改变。
在weblogic服务器中,⼀个server同等于⼀个tomcat。
⾸先我们在创建⼀个server的时候需要给它指定⼀个ip和端⼝(这个ip可以是⼀台远程机器的ip)。
创建好server以后,我们就可以将项⽬部署在其中了。
如果我们有多个项⽬,并且我希望每个项⽬能对应不同的端⼝,那么我们就可以通过创建多个server来实现。
有时候我们称server为'节点',所以以后听到别⼈说节点的时候也不要茫然,说的就是它了。
2.Cluster这个,就是我们本⽂要讲的重点,集群。
按照我个⼈的理解,集群就是把具有相同应⽤的⼀些server,放在⼀起,统⼀管理。
举个很简单的例⼦,就是我现在有项⽬,我分别放在三个不同的server⾥⾯(先别管我为什么放三个不同的server中)。
那么问题来了,我项⽬要有改动了怎么办?分别去各⾃的server中重新部署?别开玩笑了,万⼀不是三个是⼗个呢?万⼀不是在同⼀台机器上呢(前⾯说了,可以是⼀台远程机器)?我们带着这个问题再来看⼀下集群,放在⼀起....统⼀管理....现在明⽩了吧,这就是集群给我们带来的便利,将这些server加⼊到同⼀个集群当中,如果项⽬有变动的话,我们只需要在部署项⽬的时候,通过集群去部署,那么weblogic会⾃动帮我们将应⽤分配到各个⼦节点中。
3.domaindomian我们有时候也会把它称作为'域',他就相当于⼀个⼤的容器,⾥⾯可以存放很多server,其中有⼀个默认的server,它会随着域的启动⽽启动。
有⼀点我们必须要清楚,就是当你想要启动某个domain下的server 的时候,必须先启动这个domain。
weblogic12.1.3集群搭建(包括远程机器)
Weblogic12.1.3集群搭建1基本概念WebLogic的一些基本概念:熟悉Weblogic的必经了解的概念——1.1域(Domain):1.概念(1)域是管理的单元或边界;(2)作为一个单元来管理的,并相互关联的一组WebLogic服务器资源被称为域;(3)Domain是webLogic Server管理的一个基本单元,包括一个管理server和一个管理的入口。
(4)在创建server和使用server的时候需要先创建Domain。
(5)每个Domain都包括一个config.xml文件,在domain的根目录下的config目录中。
2.组成——(1)由server组成(2)server分Administration server和Managed Servers(3)Administration server负责domain的管理,一般不负责应用(4)Managed server部署实际的应用(5)Cluster3.总结:Domain是一个逻辑上的概念Domain是一组Sever的集合一个域有且只有一个管理服务器1.2服务器(Server):1.分类——服务器(Server)分Administration Server(管理服务器)和Managed Server(被管理服务器,也称受管服务器)2.Administration Server(管理服务器)——是控制整个域配置的中心操作节点,管理服务器维护着整个域Domain 的配置并将配置分配到每个被管理服务器Managed Server 中,每个域中都必须有一个Administration Server。
Admin Server如果挂了,对于Domain中的ManagedServer不会产生影响,如果配置了集群,对于负载均衡和Failover机制也不会产生影响,因为这些都是基于配置文件的(config.xml),而不依赖与AdminServer的实例。
Weblogic 10.3.6.0 集群搭建
Weblogic 集群搭建Oracle的Weblogic分开发者版本和生产版本,有32位和64位。
一般生产版本的weblogic是64位的,安装文件是一个大小为1G多的jar包。
去oracle官网上下载64版weblogic。
这里使用的版本是weblogic11g,版本号是10.3.6,文件名为“wls1036_generic.jar”。
安装weblogic前要确认已安装好jdk(如果安装的是64位weblogic则需要64位版本的jdk)。
目前,weblogic可免费使用,需要oracle的weblogic服务时才需要向Oracle付费买服务,即产品免费服务收费。
一、安装weblogic(windows和Linux操作步骤相同)1、在命令行,进入安装文件wls1036_generic.jar所在文件夹然后输入命令:Java -jar wls1036_generic.jar点击回车后程序会启动weblogic安装文件的图形安装界面。
按下来的安装和在windows中安装普通文件一样了。
2、点击“下一步”,到下图界面,然后输入weblogic的安装目录。
(路径中最好不要有空格)3、点击“下一步”。
到下图界面,由于我们没有购买oracle的服务所以去掉下图中的勾。
(目前weblogic可免费使用,需要oracle技术支持的话才需要付费)4、点击“下一步”,到下图界面,会因为我们没有填写上图的的支持信息而弹出两个警告框,直接“YES”通过即可。
进入下图,勾选下面的框(不需要使用验证)5、然后点击“继续”。
到下图界面,选择“典型”和“定制”都可以,根据自己喜好设置6、选择后点击“下一步”,进入下图界面,如果没有显示jdk信息,则手动点击“浏览”选择自己机器上安装的jdk,一般默认显示出来的就已经是自己机口上安装的了(貌似是根据环境变量里的JAVA_HOME获取的)7、点击“下一步”进入下图界面,不用修改,直接点击“下一步”即可8、然后会显示出我们准备安装的组件信息,直接点击“下一步”9、然后就开始安装了10、安装完成了,这里有勾选“运行Quickstart”表示安装完成后打开域创建和配置界面。
Weblogic集群在俩台服务器搭建
Weblogic集群在俩台服务器搭建⼀、⾸先安装部署没问题,调整⼀下⾸先安装部署没问题,调整⼀下weblogic的启动内存⼤⼩⼀、在$HOME/***_domain/bin建域的bin⽬录下,有setDomainEnv.sh⽂件,控制默认的java进程参数配置。
1、修改前,先将该⽂件备份:cp setDomainEnv.sh setDomainEnv.sh.bk2、修改⽬标参数配置:vi setDomainEnv.sh找到如下配置,蓝⾊部分为被修改的内容:最⼩、最⼤启动内存红⾊部分是64 或者32位的if [ "${JAVA_VENDOR}" = "Sun" ] ; thenWLS_MEM_ARGS_64BIT="-Xms2048m -Xmx2048m"export WLS_MEM_ARGS_64BITWLS_MEM_ARGS_32BIT="-Xms256m -Xmx512m"export WLS_MEM_ARGS_32BITelseWLS_MEM_ARGS_64BIT="-Xms256m -Xmx512m"export WLS_MEM_ARGS_64BITWLS_MEM_ARGS_32BIT="-Xms512m -Xmx512m"export WLS_MEM_ARGS_32BITfi修改后保存退出,并重启所有Server使参数⽣效。
⼆、启动adminServercd ********domain/bin 就是weblogic的bin⽬录./startWebLogic.sh输⼊username/password:weblogic/weblogic(密码为创建域时输⼊的密码)⾸次启动时间⽐较长,约5min左右。
直到标准输出提⽰两⾏RUNNING,说明启动完成,如下:<Nov 8, 2016, 6:10:53,958 AM PST> <Notice> <WebLogicServer> <BEA-000360> <The server started in RUNNING mode.>… …<Nov 8, 2016, 6:10:53,981 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING.>三、创建服务1. 打开Weblogic管理控制台:(使⽤管理IP或任何⽹络通的IP登录控制台)2.点击“锁定并编辑”,点击“环境”,点击集群,创建⼀个Cluster-0的集群。
Linux环境下搭建WebLogic1036集群服务十步曲培训资料
Linux环境下搭建WebLogic1036集群服务十步曲培训资料步骤一:下载WebLogic安装包访问Oracle官方网站,下载WebLogic的安装包。
确保您选择了适用于Linux系统的版本。
步骤二:安装Java Development Kit(JDK)在Linux系统上安装JDK,WebLogic需要Java环境来运行。
您可以从Oracle官方网站下载最新的JDK安装包,并按照官方文档进行安装。
步骤三:解压WebLogic安装包使用解压工具,将WebLogic安装包解压到您选择的目录中,并进入解压后的目录。
步骤四:运行配置工具运行配置工具,它位于解压后的目录中。
根据提示,选择创建新的WebLogic域,并设置集群名称、管理员用户名和密码等。
步骤五:创建WebLogic域根据配置工具的提示,创建WebLogic域。
在此过程中,您需要指定域的名称、设置域的类型(集群型)以及其他相关设置。
步骤六:创建管理服务器在创建WebLogic域的过程中,您需要指定一个管理服务器的配置。
请确保指定的服务器是启用管理的。
步骤七:创建集群在WebLogic控制台中,选择创建一个新的集群,并指定集群的名称、可扩展性等级和其他相关配置。
步骤八:创建集群中的服务器选择集群,然后在控制台中创建一些服务器。
这些服务器将成为您集群中的节点,并用于部署应用程序。
步骤九:配置集群在集群配置中,您可以设置集群的故障恢复行为、负载均衡策略等。
根据您的需求,进行相应的配置。
步骤十:部署应用程序最后,将您的应用程序部署到WebLogic集群中的服务器上。
您可以使用WebLogic控制台或命令行工具来完成此操作。
以上是在Linux环境下搭建WebLogic1036集群服务的十个步骤。
当然,在实际搭建过程中,还可能会遇到各种挑战和问题。
因此,建议您参考WebLogic官方文档和社区论坛,以获取更详细的指导和支持。
继续写相关内容:步骤一:下载WebLogic安装包在Linux环境下搭建WebLogic集群之前,首先需要从Oracle官方网站下载WebLogic的安装包。
weblogic集群部署文档
Weblogic集群部署手册创建管理服务器1、选择创建一个新的域如下如图所示2、选择第一个默认创建一个新的域3、继续默认选择4、创建用户名密码,该用户是进入主服务器分发服务器的。
进入后可以对分发服务器进行配置上的修改5、配置JDK,根据自己的环境选择配置JDK6、在这里选择YES进行个性化的配置7、在这里进行配置数据源。
(IScp可以不用配置)8、配置分发服务器的服务端口,并且可以对SSL进行选择。
在这里IP地址为分发服务器的IP地址,端口选择不要冲突的。
9、配置受管服务器如下图所示,1、2分别为2个受管服务器。
1是本机的服务,2是另外一台机器的服务。
按照要求填写好需要配置的IP和端口既可。
在配置后最好把配置的名字、IP、端口进行记录,在匹配服务的时候需要完全统一。
其中fenfa是分发的服务端口。
就是在做完集群后对集群进行访问的端口。
10、建立一个分发的服务(在最后输入受管理服务器的IP、端口)11、将收官服务添加到分发应用下,HTTP代理不添加12、选择进行分发的分发服务器的HTTP代理13、创建物理机器的网络识别专用的端口(如果3台机器参加集群添加3台,如果2台机器集群添加两台)端口要不能被占用用于服务器互相识别。
14、根据配置好的属性进行物理机器的配置,由下图可看出new_Machine_1的机器是192.168.23.233的机器在这台计算机下分别安装了分发的管理服务。
受管理服务器的其中一个应用和分发服务器的HTTP代理。
所以这台计算机最终包括的服务有由于new_Machine_2只有一个受管理服务器的服务所以他的服务只有一个15、创建一个域名创建受管理服务器1、前几步设置基本相同在创建服务的时候要选择一个没有被占用的端口,由于本地的机器9001-9006全部被占用我这里用的是90072、添加受管理服务器,这里的受管理服务器要和之前管理服务器设置的IP、端口、名字相同。
3、分发服务器不用进行配置4、机器端口也不用进行配置5、创建新的域6、启动集群服务器受管服务器的链接文件该文件在\bea\user_projects\domains\test\bin 下启动方法最好从DOS控制台进入,通过控制台进入E:\bea\user_projects\domains\test\bin下输入startManagedWebLogic 服务名IP 端口在本次教程中应该是敲入命令为startManagedWebLogic 1 192.168.23.233:9002在通过这个命令启动分发服务器,因为之前分发服务我建立在了base_domain中所以要从base_domain启动具体路径为E:\bea\user_projects\domains\base_domain\bin只要在进行集群是请不要关闭这2个窗口。
WebLogic集群配置(Windows环境)
WebLogic 集群配置(WindowsXP+WebLogic923)版本说明概要描述本例测试例规划一、安装篇1.安装WebLogic1) WebLogic安装过程2) 安装WebLogic完成后生成的目录结构如下2.Apache安装1) Apache安装过程2) 安装Apache完成后生成的目录结构3) 自动生成Apache启动服务4) 测试安装Apache是否成功二、配置篇1.WebLogic配置1) 从开始菜单→BEA Products→Tools→ConfigurationWizard启动2) 创建域A.Create a new WebLogic domainB.Select Domain SourceC.Configure Administrator UserName and PasswordD.Configure Server Start Mode And JDKE.Customize Environment And Services SettingsF.Configure the Administration ServerG.Configure Managed ServersH.Configure ClustersI.Assign Servers to ClustersJ.Configure MachinesK.Assign Servers to MachinesL.Review WebLogic DomainM.Create WebLogic DomainN.Creating DomainO.配置Domain成功后生成的目录结构3) 配置域启动信息A.新增启动用户名、密码文件B.初始化各个Server存参数大小C.拷贝bin目录底下的startManagedWebLogic.cmd到域目录底下D.分别重命名为startServer7081.cmd、startServer7082.cmdE.修改startServer7081.cmd文件对应的SERVER_NAMEF.修改startServer7082.cmd文件对应的SERVER_NAMEG.修改各Server控制台日志文件输出位置4) 启动域A.双击startWebLogic.cmd启动域5) 配置Data SourcesA.配置Data Source过程B.点击“Activate Changes”按钮生效变更配置C.类似创建其它Data Source6) 配置Multi Data SourcesA.配置Multi Data Source过程B.类似创建其它Multi Data Source7) 部署应用服务A.先在本地取得某应用程序拷贝文件(集群多机器需分别拷贝,且目录位置一致)B.分别修改ManagedServer底下的Staging Mode模式为nostageC.重新启动所有的Server(第一次启动ManagedServer,需保证AdminServer处于已启动状态)D.部署应用服务过程E.启动应用Servicing all requestsF.类似部署其它应用G.配置应用复制session信息修改对应的App\WEB-INF\底下的weblogic.xml文件,可用于复制server间的session信息。
9_weblogic8.1集群环境使用说明
Weblogic8.1集群环境使用说明此集群环境为双机weblogic8.1.3集群,分别位于192.168.0.115(以下简称115)和192.168.0.41(以下简称41)机器上,使用者使用时切勿改变其上weblogic环境。
Weblogic安装位置115和41上均在C:\bea目录启动服务Weblogic集群要求在同一个域(domain)下配置一个且只有一个管理服务器(AdminServer)、一个代理服务器(ProxyServer)、若干个受控\受管理服务器(ManagedServer),本环境是两个ManagedServer。
其中AdminServer只用于管理其他服务器,ProxyServer用于代理HTTP请求,提供容错处理和负载均衡,应用是部署在ManagedServer上的,所以要搭建几个服务器的集群,配置几个ManagedServer即可。
本环境的AdminServer、ProxyServer和一个ManagedServer配置在115上的mydomain2域下;另一个ManagedServer配置在41上的mydomain2域下。
启动服务步骤:1 启动管理服务器登录115,进入C:\bea\user_projects\domains\mydomain2目录,双击startWebLogic.cmd;2 启动代理服务器登录115,使用命令行进到C:\bea\user_projects\domains\mydomain2目录,键入startmanagedweblogic proxyServer2 http://192.168.0.115:7090,回车即可;3 启动受控服务器ms_1登录115,使用命令行进到C:\bea\user_projects\domains\mydomain2目录,键入startmanagedweblogic ms_1 http://192.168.0.115:7090,回车即可;4 启动受控服务器ms_2登录41,使用命令行进到C:\bea\user_projects\domains\mydomain2目录,键入startmanagedweblogic ms_2 http://192.168.0.115:7090,回车即可;通过以上步骤,环境已启动可以正常使用了。
weblogic集群配置
配置WebLogic Server集群—两台主机配置环境说明:bea weblogic8.1sp2,1预备知识1.1什么是Domain和Server1.1.1DomainDomain是WebLogic Server实例的基本管理单元。
所谓Domain就是,由配置为Administrator Server的WebLogic Server实例管理的逻辑单元,这个单元是有所有相关资源的集合。
1.1.2ServerServer是一个相对独立的,为实现某些特定功能而结合在一起的单元。
1.2Domain and Server的关系一个Domain 可以包含一个或多个WebLogic Server实例,甚至是Server集群。
一个Domain中有一个且只能有一个Server 担任管理Server的功能,其它的Server具体实现一个特定的逻辑功能。
1.3配置集群应用的必要条件集群中的所有Server必须位于同一网段,并且必须是IP广播(UDP)可到达的 集群中的所有Server必须使用相同的版本,包括Service Pack集群中的Server必须使用永久的静态IP地址。
动态IP地址分配不能用于集群环境。
如果服务器位于防火墙后面,而客户机位于防火墙外面,那么服务器必须有公共的静态IP地址,只有这样,客户端才能访问服务器要以CLUSTER方式运行,必须有包含CLUSTER许可的LICENSE才行(从Bea网站上下载的试用版本就可以进行Cluster配置)1.4本文环境平台:Windows xp2软件:Bea WebLogic Server 8.1 SP2两台主机:A: 127.0.0.2 , B: 127.0.0.32第一台主机配置2.1新建一个clusterdomain域在domains建立了一个clusterdomain域,其中建立了一个admainserver的Server。
2.2配置Managed Server使用http://127.0.0.2:7002/console登录到管理界面点击左面的“Server”栏,然后选择右面的"Configure a new server",建立两个新managedServer, managedServer01如下:Name: managedServer01Listen Address:127.0.0.2Listen Port:8001按照前面的样子建立另一个新Server,,名字叫做managedServer02,注意这个managedserver时运行在B主机上。
Weblogic集群配置
Weblogic集群配置(原创)博客分类:Weblogic系统环境主机结构集群信息创建集群在主机rac1执行config.sh$ ./config.sh -mode=console<------------------- BEA WebLogic 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.->1|Create a new WebLogic domain| Create a WebLogic domain in your projects directory.2|Extend an existing WebLogic domain| Extend an existing WebLogic domain. Use this option to add|applications and services, or to override existing database access|(JDBC) and messaging (JMS) settings. You can also incorporate |additional functionality in your domain, for example, by including|AquaLogic Service Bus.Enter index number to select OR [Exit][Next]> n<------------------- BEA WebLogic 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.->1|Choose Weblogic Platform components| You can choose the Weblogic component(s) that you want supported|in your domain.2|Choose custom template| Choose this option if you want to use anexisting template. This|could be a custom created template using the Template Builder.Enter index number to select OR [Exit][Previous][Next]> n<------------------- BEA WebLogic Configuration Wizard------------------->Application Template Selection:-------------------------------Available Templates|_____WebLogic Server (Required)x|_____Workshop for WebLogic Platform [2]|_____Workshop for WebLogic 10.2 [3]Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> n设置用户名、密码<------------------- BEA WebLogic Configuration Wizard------------------->Configure Administrator Username 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 | _|_________________________|____________________________________ _____|1| *Username: | weblogic|2| *Userpassword: ||3| *Confirm user password:||4| Description: | This user is the default administrator. |Use above value or select another option:1 - Modify "User name"2 - Modify "User password"3 - Modify "Confirm user password"4 - Modify "Description"Enter option number to select OR [Exit][Previous][Next]> 1<------------------- BEA WebLogic Configuration Wizard------------------->Configure Administrator Username 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 | _|_________________________|____________________________________ _____|1| *Username: | weblogic|2| *Userpassword: ||3| *Confirm user password:||4| Description: | This user is the default administrator. |Enter value for "User name" OR [Exit][Previous][Next]> web<------------------- BEA WebLogic Configuration Wizard------------------->Configure Administrator Username 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 | _|_________________________|____________________________________ _____|1| *Username: | web|2| *Userpassword: ||3| *Confirm user password:||4| Description: | This user is the default administrator. |Use above value or select another option:1 - Modify "User name"2 - Modify "User password"3 - Modify "Confirm user password"4 - Modify "Description"5 - Discard ChangesEnter option number to select OR [Exit][Previous][Next]> 2<------------------- BEA WebLogic Configuration Wizard------------------->Configure Administrator Username 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]><------------------- BEA WebLogic Configuration Wizard------------------->Configure Administrator Username 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 | _|_________________________|____________________________________ _____|1| *Username: | web|2| *Userpassword: | ************|3| *Confirm user password:||4| Description: | This user is the default administrator. |Use above value or select another option:1 - Modify "User name"2 - Modify "User password"3 - Modify "Confirm user password"4 - Modify "Description"5 - Discard ChangesEnter option number to select OR [Exit][Previous][Next]> 3<------------------- BEA WebLogic Configuration Wizard------------------->Configure Administrator Username 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]><------------------- BEA WebLogic Configuration Wizard------------------->Configure Administrator Username 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 | _|_________________________|____________________________________ _____|1| *Username: | web|2| *Userpassword: | ************|3| *Confirm user password:| ************|4| Description: | This user is the default administrator. |Use above value or select another option:1 - Modify "User name"2 - Modify "User password"3 - Modify "Confirm user password"4 - Modify "Description"5 - Discard ChangesEnter option number to select OR [Exit][Previous][Next]> n选择生产环境和JDK<------------------- BEA WebLogic Configuration Wizard------------------->Domain Mode Configuration:--------------------------Enable Development or Production Mode for this domain.->1|Development Mode2|Production ModeEnter index number to select OR [Exit][Previous][Next]> 2<------------------- BEA WebLogic Configuration Wizard------------------->Java SDK Selection:-------------------->1|JRockit SDK 1.5.0_15 @ /bea/jrockit_150_152|Sun SDK 1.5.0_15 @ /bea/jdk150_153|Other Java SDKEnter index number to select OR [Exit][Previous][Next]> n配置管理服务器主机信息<------------------- BEA WebLogic Configuration Wizard------------------->Choose Configuration Option:----------------------------*Do you want to modify any of the preconfigured settings or defaults in *your template?**To keep the default or template settings, and proceed directly to name *and create your domain, leave No selected.1|Yes->2|NoEnter index number to select OR [Exit][Previous][Next]> 1<------------------- BEA WebLogic 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 |_|__________________|_____________________|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]> 1<------------------- BEA WebLogic 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 |_|__________________|_____________________|1| *Name: | AdminServer |2| Listen address: | All Local Addresses |3| Listen port: | 7001 |4| SSL listen port: | N/A |5| SSL enabled: | false |Enter value for "Name" OR [Exit][Previous][Next]> Admin1<------------------- BEA WebLogic 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 |_|__________________|_____________________|1| *Name: | Admin1|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"5 - Discard ChangesEnter option number to select OR [Exit][Previous][Next]> 2<------------------- BEA WebLogic 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 |_|__________________|_____________________|1| *Name: | Admin1|2| Listen address: | All Local Addresses |3| Listen port: | 7001 |4| SSL listen port: | N/A |5| SSL enabled: | false |Enter value for "Listen address" OR [Exit][Previous][Next]>192.168.0.111<------------------- BEA WebLogic 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 | _|__________________|_______________|1| *Name: | Admin1 |2| Listen address: | 192.168.0.111 |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"5 - Discard ChangesEnter option number to select OR [Exit][Previous][Next]> 3<------------------- BEA WebLogic 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 | _|__________________|_______________|1| *Name: | Admin1 |2| Listen address: | 192.168.0.111 |3| Listen port: | 7001 |4| SSL listen port: | N/A |5| SSL enabled: | false |Enter value for "Listen port" OR [Exit][Previous][Next]> 7011<------------------- BEA WebLogic Configuration Wizard------------------->Configure the Administration Server:------------------------------------Enter adminstration server configurations. Each WebLogic Server domain must have one Administration Server. The Administration Server hoststhe Administration Console which is used to perform administrative tasks.| Name | Value | _|__________________|_______________|1| *Name: | Admin1 |2| Listen address: | 192.168.0.111 |3| Listen port: | 7011 |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"5 - Discard ChangesEnter option number to select OR [Exit][Previous][Next]> n配置受管理服务器主机信息<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* | Listen address | Listen port | SSL listen port | SSL enabled| _|_______|________________|_____________|_________________|____ _________|<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typicalproduction environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* | Listen address |Listen port|SSL listenport|SSL enabled|_|________|___________________|___________|_______________|_____ ______|1->|Server1 |All LocalAddresses| 7001 | N/A | false |Use above value or select another option:1 - Modify "Name"2 - Modify "Listen address"3 - Modify "Listen port"4 - Modify "SSL enabled"5 - DoneEnter option number to select OR [Exit][Previous][Next]> 2<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* | Listen address |Listen port|SSL listenport|SSL enabled|_|________|___________________|___________|_______________|_____ ______|1->|Server1 |All LocalAddresses| 7001 | N/A | false |Modify "Listen address" OR [Exit][Previous][Next]> 192.168.0.111<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* |Listen address |Listen port |SSL listen port |SSL enabled |_|________|_______________|____________|________________|_______ _____|1->|Server1 | 192.168.0.111| 7001 | N/A | false |Use above value or select another option:1 - Modify "Name"2 - Modify "Listen address"3 - Modify "Listen port"4 - Modify "SSL enabled"5 - DoneEnter option number to select OR [Exit][Previous][Next]> 3<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* |Listen address |Listen port |SSL listen port |SSL enabled |_|________|_______________|____________|________________|_______ _____|1->|Server1 | 192.168.0.111| 7001 | N/A | false |Modify "Listen port" OR [Exit][Previous][Next]> 7012<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* |Listen address |Listen port |SSL listen port |SSL enabled |_|________|_______________|____________|________________|_______ _____|1->|Server1 | 192.168.0.111| 7012 | N/A | false |Use above value or select another option:1 - Modify "Name"2 - Modify "Listen address"3 - Modify "Listen port"4 - Modify "SSL enabled"5 - DoneEnter option number to select OR [Exit][Previous][Next]> 5配置代理服务器信息<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* |Listen address |Listen port |SSL listen port |SSL enabled |_|________|_______________|____________|________________|_______ _____|1->|Server1 | 192.168.0.111| 7012 | N/A | false |Use above value or select another option:1 - Add2 - Modify3 - Delete4 - Discard ChangesEnter option number to select OR [Exit][Previous][Next]> 1<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* |Listen address |Listen port |SSL listen port |SSL enabled |_|________|_______________|____________|________________|_______ _____|1->|Server1 | 192.168.0.111| 7012 | N/A | false |Enter name for a new OR [Exit][Previous][Next]> Proxy1<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* | Listen address |Listen port|SSL listenport|SSL enabled|_|________|___________________|___________|_______________|_____ ______|1|Server1| 192.168.0.111 | 7012 | N/A | false |2->| Proxy1 |All LocalAddresses| 7001 | N/A | false |Use above value or select another option:1 - Modify "Name"2 - Modify "Listen address"3 - Modify "Listen port"4 - Modify "SSL enabled"5 - DoneEnter option number to select OR [Exit][Previous][Next]> 2<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* | Listen address |Listen port|SSL listenport|SSL enabled|_|________|___________________|___________|_______________|_____ ______|1|Server1| 192.168.0.111 | 7012 | N/A | false |2->| Proxy1 |All LocalAddresses| 7001 | N/A | false | Modify "Listen address" OR [Exit][Previous][Next]> 192.168.0.111<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typicalproduction environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* |Listen address |Listen port |SSL listen port |SSL enabled |_|________|_______________|____________|________________|_______ _____|1|Server1 | 192.168.0.111| 7012 | N/A | false |2->| Proxy1 | 192.168.0.111| 7001 | N/A | false |Use above value or select another option:1 - Modify "Name"2 - Modify "Listen address"3 - Modify "Listen port"4 - Modify "SSL enabled"5 - DoneEnter option number to select OR [Exit][Previous][Next]> 3<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* |Listen address |Listen port |SSL listen port |SSL enabled |_|________|_______________|____________|________________|_______ _____|1|Server1 | 192.168.0.111| 7012 | N/A | false |2->| Proxy1 | 192.168.0.111| 7001 | N/A | false |Modify "Listen port" OR [Exit][Previous][Next]> 7013<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* |Listen address |Listen port |SSL listen port |SSL enabled |_|________|_______________|____________|________________|_______ _____|1|Server1 | 192.168.0.111| 7012 | N/A | false |2->| Proxy1 | 192.168.0.111| 7013 | N/A | false |Use above value or select another option:1 - Modify "Name"2 - Modify "Listen address"3 - Modify "Listen port"4 - Modify "SSL enabled"5 - DoneEnter option number to select OR [Exit][Previous][Next]> 5<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* |Listen address |Listen port |SSL listen port |SSL enabled |_|________|_______________|____________|________________|_______ _____|1|Server1 | 192.168.0.111| 7012 | N/A | false |2->| Proxy1 | 192.168.0.111| 7013 | N/A | false |Use above value or select another option:1 - Add2 - Modify3 - Delete4 - Discard Changes配置受管理服务器Server2Enter option number to select OR [Exit][Previous][Next]> 1<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* |Listen address |Listen port |SSL listen port |SSL enabled |_|________|_______________|____________|________________|_______ _____|1|Server1 | 192.168.0.111| 7012 | N/A | false |2->| Proxy1 | 192.168.0.111| 7013 | N/A | false |Enter name for a new OR [Exit][Previous][Next]> Server2<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterpriseapplications.| Name* | Listen address |Listen port|SSL listenport|SSL enabled|_|________|___________________|___________|_______________|_____ ______|1|Server1| 192.168.0.111 | 7012 | N/A | false |2| Proxy1| 192.168.0.111 | 7013 | N/A | false |3->|Server2 |All LocalAddresses| 7001 | N/A | false |Use above value or select another option:1 - Modify "Name"2 - Modify "Listen address"3 - Modify "Listen port"4 - Modify "SSL enabled"5 - DoneEnter option number to select OR [Exit][Previous][Next]> 2<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* | Listen address |Listen port|SSL listenport|SSL enabled|_|________|___________________|___________|_______________|_____ ______|1|Server1| 192.168.0.111 | 7012 | N/A | false |2| Proxy1| 192.168.0.111 | 7013 | N/A |false |3->|Server2 |All LocalAddresses| 7001 | N/A | false |Modify "Listen address" OR [Exit][Previous][Next]> 192.168.0.112<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical production environment has one or more Managed Servers. Each Managed Server is an instance of WebLogic Server used to host enterprise applications.| Name* |Listen address |Listen port |SSL listen port |SSL enabled |_|________|_______________|____________|________________|_______ _____|1|Server1 | 192.168.0.111| 7012 | N/A | false | 2| Proxy1 | 192.168.0.111| 7013 | N/A | false |3->|Server2 | 192.168.0.112| 7001 | N/A | false |Use above value or select another option:1 - Modify "Name"2 - Modify "Listen address"3 - Modify "Listen port"4 - Modify "SSL enabled"5 - DoneEnter option number to select OR [Exit][Previous][Next]> 3<------------------- BEA WebLogic Configuration Wizard------------------->Configure Managed Servers:--------------------------Add or delete configuration information for Managed Servers. A typical。
Weblogic12c单机集群环境搭建
第一部分创建Weblogic集群1.1集群信息说明1.2 配置集群服务进入以下目录:D:\Oracle\12c\Middleware\Oracle_Home\wlserver\common\bin 执行config.cmd一会弹出以下界面:选中创建新域,点击下一步:默认,点击下一步:设置用户名称以及口令,点击下一步:选中开模式以及JDK路径,点击下一步:选择管理服务器与拓扑,点击下一步:设置管理服务器名称以及监听端口,点击下一步:设置被管服务器信息,点击下一步:设置集群名称,点击下一步:默认,点击下一步:默认,点击下一步:把Server1,Server2添加到集群中,点击下一步:设置代理服务器,选中创建HTTP代理,代理服务器为ProxyServer,点击下一步:默认,点击下一步:默认,点击下一步:点击创建:创建完成后,点击下一步:点击完成。
第二部分启动服务2.1 启动AdminServer进入:D:\Oracle\12c\Middleware\Oracle_Home\user_projects\domains\base_domain目录执行startWebLogic.cmd。
打开浏览器输入:http://127.0.0.1:9003/console,输入用户名与口令进行登录,集群信息如下:2.2 启动Server1(1)在D:\Oracle\12c\Middleware\Oracle_Home\user_projects\domains\base_domain\servers(2)在D:\Oracle\12c\Middleware\Oracle_Home\user_projects\domains\base_domain\bin目录下新建startServer1.cmd文件,内容为:(3)双击startServer1.cmd文件启动服务。
2.3 启动Server2(1)在D:\Oracle\12c\Middleware\Oracle_Home\user_projects\domains\base_domain\servers(2)在D:\Oracle\12c\Middleware\Oracle_Home\user_projects\domains\base_domain\bin目录下新建startServer2.cmd文件,内容为:(3)双击startServer2.cmd文件启动服务。
weblogic10.3集群配置
1:两台机器,A:192.168.10.71,这个是主服务器。
B:192.168.10.72.这个是被管理服务器。
2:先对A主机做操作:安装weblogic10.3,然后开始」菜单\程序\Oracle WebLogic (BEAHOME 1)\WebLogic Server 10gR3\Tools\Configuration Wizard,单击启动Configuration Wizard。
在安装过程中,我取的集群名字是jiqun_domain,关键的几步是:1:我在上图中,建立了三个被管理的服务,在A机器本机上又两个,分别是manageService1和proxyService.端口也一一做了设置。
2:在接下来的步骤中(这幅图我是拷贝了以下别的文件的,所以可能会看见服务名字都不一样,做个参考而已):不要讲代理服务器,也就是proxyService加到右边去。
3:解析来这一步也很重要,选中“为群集创建Http代理”,myCluster代理服务器选择前面没有加入myCluster的ProxyServer,单击“下一步”按钮:是配置计算机。
我暂时没有配置。
差不多安装也就是这个样子了。
然后启动服务,通过浏览器打开控制台:http://192.168.10.71:7001/console注意,因为之前我的adminService采用了192.168.10.71的监听地址,所以这里不能通过http://localhost:7001/console这个地址来访问。
点击控制台的环境:可以查看服务和集群:我们可以发现,几个服务都没有启动。
如何运行起来呢?启动服务器(机器A上的Weblogic服务器)还可以通过点击集群来查看集群下目前所拥有的服务:好了,接下来1、打开命令行模式窗口,输入cd C:\BEAWSL\user_projects\domains\TestDomain\bin,切换目录2、输入startManagedWebLogic.cmd ManagedServer_1,执行该命令(后面的ManagedServer_1需要替换为我们自己对应的服务名),出现如下日志,管理服务完成启动。
Weblogic集群配置
Weblogic集群配置1 weblogic安装完成以后打开配置向导2如果已经创建了weblogic域就选择扩展weblogic域,如果没有创建,就选择创建新的3选择生成一个自动配置域4修改域名5输入用户名及口令6选择生产模式7第一台选择管理服务器,受管服务器两项,第二三台,只选择第二项8配置管理服务器IP及端口9配置3台受管服务器IP及端口10不用配置,直接下一步11配置3台计算机的IP及端口12将服务器添加到对应的计算机13选择创建14点击完成,并启动管理服务器16到C:\Oracle\Middleware\wlserver_10.3\common下复制nodemanager文件夹到C:\Oracle\Middleware\user_projects\domains目录下17修改文件nodemanager.properties将路径改成nodemanager文件夹的真实路径18将startNodeManager.cmd复制到nodemanager下面,并打开编辑将NODEMGR_HOME 也改成nodemanager文件夹真实路径19重复1-18步的操作安装第2,3台计算机20第一台启动管理服务器,3台都启动节点服务器startNodeManager.cmd,在第一台上访问weblogic,选择环境-服务器,点击对应服务器,切换到控制界面,点击启动将3台服务器全部启动。
启动单台节点服务器可使用命令:C:\Oracle\Middleware\user_projects\domains\base_domain\bin\startManagedWebLogic.cmd mSrv1 http:\\localhost:7001。
Weblogic集群配置(附带截图)
Weblogic集群配置(附带截图)1.1.1本节样例部署方案描述本文中将以如下部署方案进行说明:1)单机环境下做集群,服务器ip地址192.168.71.2082)Weblogic安装跟路径WEBLOGIC_HOME=/opt/bea3)JVM安装根路径JA VA_HOME=/opt/java1.44)WebLogic域建立在%WEBLOGIC_HOME%/user_projects/domains 下,域名为:siClusterDomain5)应用程序部署在%WEBLOGIC_HOME%/user_projects/applications 下6)日志文件放在siClusterDomain下7)siClusterDomain 下WebLogic Server的建立:adminServer: 192.168.71.208:7010 管理使用appServer1 : 192.168.71.208:7011 部署社保应用appServer2 : 192.168.71.208:7012 部署社保应用proxyServer: 192.168.71.208:7013 部署代理应用updateServer: 192.168.71.208:7014 部署版本分发应用,用于客户端程序更新本例中使用软件负载均衡器进行分发处理,实施中如果使用硬件负载均衡器,则跳过proxyServer的建立及代理应用的部署环节。
8)appServer1和appServer2上java虚拟机内存分配:各1843M 32位java虚拟机下,内存分配最大1.8G(即1843M),不能超过1.8G9)建立集群名称为:myCluster,包含appServer1和appServer2数据库服务器192.168.71.218:1521:orcl,支撑数据库用户名/密码为drm_hnsimis/drm_hnsimis,业务数据库的用户名/密码为hnsimis/hnsimis1.1.2创建Domain、Server和Cluster输入密码登陆服务器:Wizard。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
WebLogic集群环境搭建
2013年11月13日
17:30 wp
安装64位JDK,建议安装web logic提供的jdk.安装64位weblogic.
集群机器的weblogic的安装目录必须相同。
选择刚安装的64位JDK
以上步骤在集群服务器上安装web logic,安装目录必须相同。
创建域ps dbdomian
若创建集群,必须勾选‘受管服务器,集群和计算机’
创建admin server
创建server1、server2、proxyserver.并分配端口。
创建集群
配置集群服务器
创建集群HTTP代理
分配计算机
给计算机分配服务
启动D:\oracle\Middleware\user_projects\domains\psdb_domain\bin下startWebLogic.cmd 无法启动,建议安装64位配套jdk
配置启动服务用户密码脚本。
在D:\oracle\Middleware\user_projects\domains\psdb_domain下创建脚本boot.properties
将此脚本放在
D:\oracle\Middleware\user_projects\domains\psdb_domain\servers\AdminServer\security,需要创建文件夹security
启动服务
成功
在bin下创建server1的启动脚本startMangedServer1.bat
上图解释:
ManagedServer_1 -->配置ser ver1的名字
t3://10.19.33.190:7000-->adminserver 的地址端口
启动使生成server1目录ManagedServer_1
复制admin server中security文件夹到ManagedServer_1中
再次启动startMangedServer1.bat出现提示需要启动集群中其他服务复制user_projects目录到另一台服务器上
修改startMangedServer2.bat
创建startProxyServer.bat
启动server2.bat、proxyserver.bat 使生成相应文件
复制用户名密码所在文件夹
启动server1上的server1.bat、startweblogic.cmd 启动server2上的server2.bat、proxyserver.bat
启动完成,集群配置完成。
进入WebLogic控制台http://10.19.33.190:7000/console
部署项目
启动项目成功
访问url
部署psdb项目时可。
war包部署也可Web Root文件夹部署,名称和上下文改成psdb。