Linux下WebLogic10.3的安装与配置
更新时间:2024-01-18 06:06:01 阅读量: 教育文库 文档下载
- Linux命令推荐度:
- 相关推荐
§2.1 安装准备
? 下载WebLogic10.3 for x86 linux安装文件; ? 安装SUSE Linux enterprise Server 11.0;
? 检查SUSE环境,确保/root空闲空间在2G以上。如果/root空间不足,则应扩展root空间,或创建一个新的文件系统,并确保该文件系统空间在2G以上。本手册假定该文件系统的mount点是/soft;如root的空间足够,则在root创建目录/soft作为安装源目录;
? 创建WebLogic使用的文件系统,该文件系统的mount点建议为/bea,空间应在2G以上,后续将安装WebLogic软件到该文件系统中。
§2.2 安装过程
§2.2.1 创建bea组和weblogic用户
使用root登录操作系统,执行下列命令创建bea组和weblogic用户。bea组号为600,weblogic用户号为600,属于bea组,home目录为/bea。
# groupadd -g 600 bea
# useradd -d /bea -u 600 -g 600 weblogic # passwd weblogic -- 激活weblogic用户 执行下列命令将/bea分配给weblogic用户。 # cd /
# chown weblogic:bea /bea # chmod 755 /bea §2.2.2 上传安装文件并执行
使用weblogic登录,使用bin模式,上传WebLogic安装文件server103_linux.bin到soft目录,执行下列命令执行安装文件。 $ cd /soft
$ chmod a+x server103_linux.bin $ ./server103_linux.bin -mode=console
系统自动解压缩安装文件,并启动文本的安装界面。 §2.2.3 欢迎界面
<--------------- Oracle Installer - WebLogic Platform 10.3.0.0 ---------------> Welcome: --------
This installer will guide you through the installation of WebLogic Platform
10.3.0.0. Type \or enter to proceed to the next prompt. If you want to
change data entered previously, type \You may quit the installer at any time by typing \
Enter [Exit][Next]> next
§2.2.4 指定WebLogic主目录为/bea
<--------------- Oracle Installer - WebLogic Platform 10.3.0.0 --------------->
Choose BEA Home Directory: --------------------------
\Home\= [Enter new value or use default \
Enter new BEA Home OR [Exit][Previous][Next]> /bea <--------------- Oracle Installer - WebLogic Platform 10.3.0.0 --------------->
Choose BEA Home Directory: -------------------------- \Home\= [/bea]
Use above value or select another option: 1 - Enter new BEA Home 2 - Change to default [/root/bea]
Enter option number to select OR [Exit][Previous][Next]> next §2.2.5 选择安装类型为Custom
<--------------- Oracle Installer - WebLogic Platform 10.3.0.0 --------------->
Choose Install Type: --------------------
Select the type of installation you wish to perform. ->1|Complete
| Install the following software products and examples: | - WebLogic Server | - Workshop 2|Custom
| Choose software products and components to install and perform optional |configuration.
Enter index number to select OR [Exit][Previous][Next]> 2 §2.2.6 选择要安装的产品组件
需取消安装Workshop和Server Examples
<--------------- Oracle Installer - WebLogic Platform 10.3.0.0 --------------->
Choose Products and Components: ------------------------------- Release 10.3.0.0
|_____WebLogic Server [1] x
| |_____Core Application Server [1.1] x | |_____Administration Console [1.2] x
| |_____Configuration Wizard and Upgrade Framework [1.3] x | |_____Web 2.0 HTTP Pub-Sub Server [1.4] x | |_____WebLogic JDBC Drivers [1.5] x | |_____Third Party JDBC Drivers [1.6] x | |_____WebLogic Server Clients [1.7] x | |_____WebLogic Web Server Plugins [1.8] x | |_____UDDI and Xquery Support [1.9] x | |_____Server Examples [1.10] x |_____Workshop [2] x
|_____Workshop for WebLogic [2.1] x |_____Workshop Runtime Framework [2.2] x *Estimated size of installation: 788.3 MB
Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> 2
<--------------- Oracle Installer - WebLogic Platform 10.3.0.0 --------------->
Choose Products and Components: ------------------------------- Release 10.3.0.0
|_____WebLogic Server [1] x
| |_____Core Application Server [1.1] x | |_____Administration Console [1.2] x
| |_____Configuration Wizard and Upgrade Framework [1.3] x | |_____Web 2.0 HTTP Pub-Sub Server [1.4] x | |_____WebLogic JDBC Drivers [1.5] x | |_____Third Party JDBC Drivers [1.6] x | |_____WebLogic Server Clients [1.7] x | |_____WebLogic Web Server Plugins [1.8] x | |_____UDDI and Xquery Support [1.9] x | |_____Server Examples [1.10] x |_____Workshop [2]
|_____Workshop for WebLogic [2.1] |_____Workshop Runtime Framework [2.2] *Estimated size of installation: 406.3 MB
Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> 1.10
<--------------- Oracle Installer - WebLogic Platform 10.3.0.0 --------------->
Choose Products and Components: ------------------------------- Release 10.3.0.0
|_____WebLogic Server [1] x
| |_____Core Application Server [1.1] x | |_____Administration Console [1.2] x
| |_____Configuration Wizard and Upgrade Framework [1.3] x | |_____Web 2.0 HTTP Pub-Sub Server [1.4] x | |_____WebLogic JDBC Drivers [1.5] x | |_____Third Party JDBC Drivers [1.6] x | |_____WebLogic Server Clients [1.7] x | |_____WebLogic Web Server Plugins [1.8] x
| |_____UDDI and Xquery Support [1.9] x | |_____Server Examples [1.10] |_____Workshop [2]
|_____Workshop for WebLogic [2.1] |_____Workshop Runtime Framework [2.2] *Estimated size of installation: 360.4 MB
Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> next §2.2.7 选择要安装的JDK
<--------------- Oracle Installer - WebLogic Platform 10.3.0.0 --------------->
JDK Selection (Any * indicates BEA Supplied VM): ------------------------------------------------
JDK(s) chosen for use with this product installation will be installed. Supported defaults if not deselected will be used in script string-substitution.
1|Add Local Jdk 2|/bea/jdk160_05[x]* 3|/bea/jrockit_160_05[x]*
*Estimated size of installation: 713.2 MB
Enter 1 to add or >= 2 to toggle selection OR [Exit][Previous][Next]> next §2.2.8 安装确认
<--------------- Oracle Installer - WebLogic Platform 10.3.0.0 --------------->
Choose Product Installation Directories: ---------------------------------------- BEA Home Directory: [/bea] Product Installation Directories:
\Server\= [Enter new value or use default \erver_10.3\
Enter new WebLogic Server OR [Exit][Previous][Next]> next <--------------- Oracle Installer - WebLogic Platform 10.3.0.0 --------------->
The following Products and JDKs will be installed: -------------------------------------------------- WebLogic Platform 10.3.0.0 |_____WebLogic Server | |_____Core Application Server | |_____Administration Console
| |_____Configuration Wizard and Upgrade Framework | |_____Web 2.0 HTTP Pub-Sub Server | |_____WebLogic JDBC Drivers | |_____Third Party JDBC Drivers | |_____WebLogic Server Clients | |_____WebLogic Web Server Plugins | |_____UDDI and Xquery Support |_____JDKs
|_____Sun SDK 1.6.0_05 |_____BEA JRockit 1.6.0_05 SDK *Estimated size of installation: 713.3 MB
Enter [Exit][Previous][Next]> next §2.2.9 文件复制
<--------------- Oracle Installer - WebLogic Platform 10.3.0.0 ---------------> Installing files..
0% 25% 50% 75% 100%
[------------|------------|------------|------------] [*****************************
Performing String Substitutions...
Creating Domains... §2.2.10 安装结束
<--------------- Oracle Installer - WebLogic Platform 10.3.0.0 --------------->
Installation Complete
Congratulations! Installation is complete.
Press [Enter] to continue or type [Exit]> 按回车键 §2.3 创建管理服务器的域
AdminServer Name: AdminServer Listen Address: 192.168.100.1 Listen Port: 8080 SSL Listen Port: 8081 SSL enabled: true Domain Name: weblogic §2.3.1 运行Configuration Wizard $ cd /bea/wlserver_10.3/common/bin ./config.sh -mode=console §2.3.2 选择创建新域
<-------------------- Oracle WebLogic Configuration Wizard -------------------> Welcome: --------
Choose between creating and extending a domain. Based on your selection,
the Configuration Wizard guides you through the steps to gen
erate 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]> 1 §2.3.3 选择域源
<-------------------- Oracle 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 an existing template. This
|could be a custom created template using the Template Builder.
Enter index number to select OR [Exit][Previous][Next]> 1 <-------------------- Oracle WebLogic Configuration Wizard ------------------->
Application Template Selection: -------------------------------
Available Templates
|_____WebLogic Server (Required)x
Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> next §2.3.4 配置管理员及密码
<-------------------- Oracle 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| *User name: | weblogic | 2| *User password: | | 3| *Confirm user password: | |
4| Description: | This user is the default administrator. | Use above value or select another option: 1 - Modify \name\ 2 - Modify \password\ 3 - Modify %user password\ 4 - Modify \
Enter option number to select OR [Exit][Previous][Next]> 2 <-------------------- Oracle 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. \password:\= []
Enter new *User password: OR [Exit][Reset][Accept]> <-------------------- Oracle 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| *User name: | weblogic | 2| *User password: | *********** | 3| *Confirm user password: | |
4| Description: | This user is the default administrator. | Use above value or select another option: 1 - Modify \name\ 2 - Modify \password\ 3 - Modify %user password\
4 - Modify \ 5 - Discard Changes
Enter option number to select OR [Exit][Previous][Next]> 3 <-------------------- Oracle 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 *Confirm user password: OR [Exit][Reset][Accept]> <-------------------- Oracle 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| *User name: | weblogic | 2| *User password: | *********** | 3| *Confirm user password: | *********** |
4| Description: | This user is the default administrator. | Use above value or select another option: 1 - Modify \name\ 2 - Modify \password\ 3 - Modify %user password\ 4 - Modify \ 5 - Discard Changes
Enter option number to select OR [Exit][Previous][Next]> Next §2.3.5 选产品模式+JRockitJDK
<-------------------- Oracle WebLogic Configuration Wizard ------------------->
Domain Mode Configuration: --------------------------
Enable Development or Production Mode for this domain. ->1|Development Mode 2|Production Mode
Enter index number to select OR [Exit][Previous][Next]> 2 <-------------------- Oracle WebLogic Configuration Wizard ------------------->
Java SDK Selection: -------------------
->1|JRockit SDK 1.6.0_05 @ /bea/jrockit_160_05 2|Sun SDK 1.6.0_05 @ /bea/jdk160_05 3|Other Java SDK
Enter index number to select OR [Exit][Previous][Next]> 1
§2.3.6 选择要定制环境与服务设置
<-------------------- Oracle 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|No
Enter index number to select OR [Exit][Previous][Next]> 1 §2.3.7 暂不配置安全存储
<-------------------- Oracle WebLogic Configuration Wizard ------------------->
Configure RDBMS Security Store Options: ---------------------------------------
Create the RDBMS tables in your datastore prior to booting your domain. The
scripts for use by your DBA are in WebLogic Server's server/lib directory.
Click Next to keep the template settings or bypass RDBMS options.
->1|I don't want to change anything here.
2|I want to create, change, or remove RDBMS support.
Enter index number to select OR [Exit][Previous][Next]> 1 §2.3.8 配置管理服务器的端口
<-------------------- Oracle 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 \
2 - Modify \address\ 3 - Modify \port\ 4 - Modify \enabled\
Enter option number to select OR [Exit][Previous][Next]> 2 <-------------------- Oracle 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 \address\OR [Exit][Previous][Next]> 192.168.100.30
<-------------------- Oracle 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: | 192.168.100.30 | 3| Listen port: | 7001 | 4| SSL listen port: | N/A | 5| SSL enabled: | false |
Use above value or select another option: 1 - Modify \
2 - Modify \address\ 3 - Modify \port\ 4 - Modify \enabled\ 5 - Discard Changes
Enter option number to select OR [Exit][Previous][Next]> 3 <-------------------- Oracle 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 \port\OR [Exit][Previous][Next]> 8080 <-------------------- Oracle 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: | 8080 | 4| SSL listen port: | N/A | 5| SSL enabled: | false |
Use above value or select another option: 1 - Modify \
2 - Modify \address\ 3 - Modify \port\ 4 - Modify \enabled\
Enter option number to select OR [Exit][Previous][Next]> 4 <-------------------- Oracle 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.
*Enter index number to modify \1|true ->2|false 3|Unspecified
Enter index number to select OR [Exit][Reset][Accept]> 1 <-------------------- Oracle 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: | 8080 | 4| SSL listen port: | 7002 | 5| SSL enabled: | true |
Use above value or select another option: 1 - Modify \
2 - Modify \address\ 3 - Modify \port\ 4 - Modify \listen port\ 5 - Modify \enabled\ 6 - Discard Changes
Enter option number to select OR [Exit][Previous][Next]> 4 <-------------------- Oracle 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: | 8080 | 4| SSL listen port: | 7002 | 5| SSL enabled: | true |
Enter value for \listen port\OR [Exit][Previous][Next]> 8081
<-------------------- Oracle 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: | 8080 | 4| SSL listen port: | 8081 | 5| SSL enabled: | true |
Use above value or select another option: 1 - Modify \
2 - Modify \address\ 3 - Modify \port\ 4 - Modify \listen port\ 5 - Modify \enabled\ 6 - Discard Changes
Enter option number to select OR [Exit][Previous][Next]> next §2.3.9 暂不添加受管的服务器
<-------------------- Oracle 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 |
_|_______|________________|_____________|_________________|_____________|
Enter name for a new OR [Exit][Previous][Next]> next <-------------------- Oracle WebLogic Configuration Wizard ------------------->
Configure Clusters: -------------------
Add or delete configuration information for clusters. A cluster contains
multiple WebLogic Server instances that run simultaneously and work
together to provide increased scalability and reliability. A cluster
appears to be a single WebLogic Server instance to clients. | Name* | Multicast address | Multicast port | Cluster address |
_|_______|___________________|________________|_________________|
正在阅读:
淘宝好评语50字02-24
中班幼儿绘画作品评语03-10
评语大全02-24
西部农村家庭养老研究——以陕西省为例05-18
2022-2022年中国电控机械式自动变速器行业现状研究分析及发展趋04-16
优秀工作总结范文:学校女工年度工作总结10-13
个人工作总结_个人工作总结范文07-31
遵规守纪学法守法主题班会教案04-08
- 1weblogic10.3 安装Windows服务及自动启动服务后停止的解决方案(适用于Windows10以下)
- 2Linux下SVN安装配置记录
- 3linux下weblogic9.2集群安装部署 - 图文
- 4Linux下mysql安装,php安装,java环境配置
- 5Linux下mysql安装,php安装,java环境配置
- 6redhat6.4下安装配置Weblogic-集群
- 7weblogic10.3 安装Windows服务及自动启动服务后停止的解决方案(适用于Windows10以下)
- 8redhat6.4下安装配置Weblogic-集群
- 9Linux -下Apache服务器的安装和配置
- 10Linux -下Apache服务器的安装和配置
- exercise2
- 铅锌矿详查地质设计 - 图文
- 厨余垃圾、餐厨垃圾堆肥系统设计方案
- 陈明珠开题报告
- 化工原理精选例题
- 政府形象宣传册营销案例
- 小学一至三年级语文阅读专项练习题
- 2014.民诉 期末考试 复习题
- 巅峰智业 - 做好顶层设计对建设城市的重要意义
- (三起)冀教版三年级英语上册Unit4 Lesson24练习题及答案
- 2017年实心轮胎现状及发展趋势分析(目录)
- 基于GIS的农用地定级技术研究定稿
- 2017-2022年中国医疗保健市场调查与市场前景预测报告(目录) - 图文
- 作业
- OFDM技术仿真(MATLAB代码) - 图文
- Android工程师笔试题及答案
- 生命密码联合密码
- 空间地上权若干法律问题探究
- 江苏学业水平测试《机械基础》模拟试题
- 选课走班实施方案
- WebLogic
- 配置
- 安装
- Linux
- 10.3
- 《病理生理学》课程作业
- 从库兹涅茨倒U曲线看我国收入差距
- 2016-2022年中国酒吧行业市场分析及发展机遇预测报告 - 图文
- 2014年春季学校领导班子绩效考核办法
- “三全育人”工作实施方案
- 开曼群岛公司法章程
- 矿山公司突发环境事件应急救援预案 - 图文
- 小学体育与健康浙教版水平三(小学5、6年级) 排球《正面下手发球技术与接发球》优质教师资格证面试试讲教案
- 江苏省九年级语文下册 第15课《鱼我所欲也》教案 苏教版
- 浙江省劳动争议仲裁委员会文件 浙仲2号
- 2014年寺坪镇中心小学师德师风建设“包保教”活动实施方案
- 佛山市物业管理办法(2014)
- 电脱盐培训讲义
- 食品安全学课后思考题2
- 医古文重点
- 第8讲一元一次不等式
- Stata学习资料
- 病理学与病理生理学03任务答案001-005
- 物理化学整理资料
- 牛津译林版2016-2017学年第一学期初一年级期中考试英语学科试题