分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 网页技术

Centos7安装weblogic12.2.1.3.0(生产环境)

发布时间:2023-09-06 02:02责任编辑:蔡小小关键词:weblogic

下载压缩包

fmw_12.2.1.3.0_wls_Disk1_1of1.zip

创建用户组及用户

groupadd weblogic

useradd -g weblogic01 weblogic

创建安装目录

cd

mkdir weblogic12c

配置安装环境

vi ~/.bash_profile

export JAVA_HOME=/home/arvin/app/jdk/jdk1.8.0_171

export PATH=$JAVA_HOME/bin:$PATH

export MW_HOME=/home/weblogic01/weblogic12c

使配置生效

source ~/.bash_profile创建oraInst.loc文件

解压压缩包

fmw_12.2.1.3.0_wls_Disk1_1of1.zip

对于LINUX用户来说,如果这是第一次安装Oracle的产品,你必须先创建oraInst.loc文件

vi oraInst.loc

inventory_loc=/home/weblogic01 /oraInventory

inst_group=weblogic

创建响应文件wls.rsp

vi wls.rsp

[ENGINE]

#DO NOT CHANGE THIS.

Response File Version=1.0.0.0.0

[GENERIC]

#The oracle home location. This can be an existing Oracle Home or a new Oracle Home

ORACLE_HOME=/home/weblogic01/weblogic12c

#Set this variable value to the Installation Type selected. e.g. WebLogic Server, Coherence, Complete with Examples.

INSTALL_TYPE=WebLogic Server

#Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.

MYORACLESUPPORT_USERNAME=

#Provide the My Oracle Support Password

MYORACLESUPPORT_PASSWORD=<SECURE VALUE>

#Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration

DECLINE_SECURITY_UPDATES=true

#Set this to true if My Oracle Support Password is specified

SECURITY_UPDATES_VIA_MYORACLESUPPORT=false

#Provide the Proxy Host

PROXY_HOST=

#Provide the Proxy Port

PROXY_PORT=

#Provide the Proxy Username

PROXY_USER=

#Provide the Proxy Password

PROXY_PWD=<SECURE VALUE>

#Type String (URL format) Indicates the OCM Repeater URL which should be of the format [scheme[Http/Https]]://[repeater host]:[repeater port]

COLLECTOR_SUPPORTHUB_URL=

执行静默安装命令

java -jar /home/weblogic01/fmw_12.2.1.3.0_wls.jar -silent -responseFile /home/weblogic01/wls.rsp -invPtrLoc /home/weblogic01/oraInst.loc

创建域

接下来的操作同开发环境安装步骤一致

Centos7安装weblogic12.2.1.3.0(生产环境)

原文地址:https://www.cnblogs.com/sarvin/p/9269771.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved