linux安装weblogic12.1.3,在Linux下安装weblogic 12.2.1.3.0的过程

本文档详细介绍了如何在Linux系统上安装WebLogic Server 12.2.1.3.0。包括下载安装包,创建weblogic用户和组,设置JDK环境,配置响应文件,执行安装,创建域,配置安全目录,启动WebLogic Server,并提供控制台登录步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

准备weblogic安装包:https://www.oracle.com/technetwork/middleware/weblogic/downloads/index.htmld1449bd871bcd30a518cff1fffd47a1f.png

准备JDK1.8: java 1.8 linux 64位版本

创建weblogic组

[root@yxbj ~]# groupadd weblogic

创建weblogic用户

[root@yxbj ~]# useradd -g weblogic weblogic

为用户创建密码

[root@yxbj ~]# passwd weblogic

拷贝weblogic安装包、JDK到/home/weblogic下

修改文件的权限

[root@yxbj ~]# chown -R weblogic:weblogic /home/weblogic/

切换到weblogic用户

[root@yxbj weblogic]# su - weblogic

解压JDK

在weblogic用户的.bash_profile文件中新增配置项

export JAVA_HOME=/home/weblogic/jdk1.8.0_11

export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar

export PATH=$PATH:$JAVA_HOME/bin

配置文件重新生效

[weblogic@yxbj ~]$ source .bash_profile

在/home/weblogic目录下文件wsl.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/weblogic/oracle

#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=#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

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值