一.准备java环境,安装jd1.8
修改java.security
#vi $JAVA_HOME/jre/lib/security/java.security securerandom.source=file:/dev/random为securerandom.source=file:/dev/urandom
二. 创建用户/用户组
# groupadd wls # useradd -g wls wls
三. 创建初始化环境文件oraInst.loc
inventory_loc=/home/wls/oraInventory inst_group=wls
四. 创建响应文件wls.resp
[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/wls/weblogic #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 HostPROXY_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=
五. 切换到wls用户,执行安装
# su wls # java -jar -d64 /home/wls/fmw_12.1.3.0.0_wls.jar -silent -invPtrLoc /home/wls/oraInst.loc -responseFile /home/wls/wls.resp
配置环境变量:
export MW_HOME="/home/wls/weblogic" export WL_HOME="/home/wls/weblogic/oracle_common"
六. 创建domain
# pwd /home/wls/weblogic/wlserver/common/bin # ./commEnv.sh # ./wlst.sh Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 Initializing WebLogic Scripting Tool (WLST) ... Welcome to WebLogic Server Administration Scripting Shell Type help() forhelpon available commands wls:/offline> readTemplate('/home/wls/weblogic/wlserver/common/templates/wls/wls.jar') wls:/offline/base_domain>cd('Servers/AdminServer') wls:/offline/base_domain/Server/AdminServer>set('ListenAddress','') wls:/offline/base_domain/Server/AdminServer>set('ListenPort', 7001) wls:/offline/base_domain/Server/AdminServer>cd('../../') wls:/offline/base_domain>cd('Security/base_domain/User/weblogic') wls:/offline/base_domain/Security/base_domain/User/weblogic>cmo.setPassword('weblogic12') wls:/offline/base_domain/Security/base_domain/User/weblogic>setOption('OverwriteDomain', 'true') wls:/offline/base_domain/Security/base_domain/User/weblogic>writeDomain('/home/wls/user_projects/domains/test') wls:/offline/test/Security/test/User/weblogic>closeTemplate() wls:/offline>exit()
七. 启动nodeManager和weblogic
#cd /home/wls/user_projects/domains/test/bin
启动AdminServer
#nohup ./startWebLogic.sh &
启动节点管理器
#nohup ./startNodeManager.sh &
jdk1.8+fmw_12.1.3.0.0_wls.jar资源:http://pan.baidu.com/s/1gfoc1TD
相关推荐
fmw_14.1.1.0.0_wls_lite_generic.jar 百度网盘下载地址在TXT文件内
而"fmw_12.2.1.4.0_wls_quick.jar"则很可能是快速安装WebLogic Server的可执行文件,用户可以通过运行这个jar文件来启动安装过程,快速部署FMW环境。 在部署和配置过程中,用户需要注意以下几点: 1. 确保系统满足...
weblogic 12.2.1.3安装包
fmw_12.2.1.4.0_wls_Disk1_1of1.zip,百度网盘下载地址在TXT文件内
1. **解压安装包**:将`fmw_12.2.1.2.0_wls_Disk1_1of1.zip`解压到指定目录,通常会得到一个名为`fmw_12.2.1.2.0_wls`的文件夹。 2. **配置响应文件**:根据实际需求创建或修改`response`文件,指定安装路径、...
在安装"fmw_12.2.1.4.0_wls_lite_Disk1_1of1"压缩包时,用户需要按照官方提供的安装指南进行操作,包括解压、配置、安装和启动WebLogic Server。需要注意的是,由于这是一个分片的安装包,用户可能需要找到后续的...
mac版本weblogic安装包
fmw_12.1.3.0.0_wls.jar LINUX版本 weblogic12c 12.1.3 版本(支持升级) 可支持jdk1.7 191以上版本 jdk1.7_191 下载地址:https://download.csdn.net/download/c_1109/14896528?spm=1001.2014.3001.5503 部署安装...
WebLogic是美商Oracle的主要产品之一,是并购BEA得来。是商业市场上主要的Java(J2EE)应用服务器软件(application server)之一,是世界上第一个成功商业化的J2EE应用服务器, 已推出到12c(12.2.1.4) 版。...
fmw_12.1.3.0.0_wls.jar fmw_12.2.1.2.0_wls.jar fmw_12.2.1.3.0_wls.jar fmw_12.2.1.4.0_wls_lite_generic.jar fmw_14.1.1.0.0_wls.jar wls_121200.jar wls1036_generic.jar wls1032_linux32.bin
weblogic12C安装包 fmw_12.2.1.2.0_wls_Disk1_1of1.zip
java -jar /home/weblogic/weblogic12c/fmw_12.2.1.4.0_wls.jar -silent -responseFile /home/weblogic/weblogic12c/wls.rsp -invPtrLoc /home/weblogic/weblogic12c/oraInventory/ oraInst.loc ``` 安装完成后,...
Oracle WebLogic Server ...fmw_12.1.3.0.0_wls.jar fmw_12.2.1.3.0_wls_Disk1_1of1.zip fmw_12.2.1.4.0_wls_Disk1_1of1.zip oepe-indigo-installer-12.1.1.0.1.201203120349-12.1.1-win32.exe wls1211_generic.jar
WebLogic Server 12C(12.1.x版本)是Oracle公司提供的一个企业级Java应用服务器,用于部署和管理各种Java应用程序。OPatch是Oracle提供的一个补丁管理工具,用于安装、卸载和管理Oracle产品相关的补丁。在本案例中...
Oracle WebLogic Server 12c (12.2.1.4)安装包
标题中的"fmw_12.2.1.4.0_wlsplugins_Disk1_1of1.zip"指的是Oracle Fusion Middleware的12.2.1.4.0版本的WebLogic Server插件安装包的第一部分。这个压缩包是专为集成WebLogic Server与Apache HTTP服务器设计的,...
从官网下载的weblogic12C开发版,在java环境下 运行 “java -jar fmw_12.2.1.3.0_wls_quick.jar”,进行初始化。初始化后运行wlserver\common\bin\config.cmd,进行安装。
WebLogic是美国Oracle公司出品的一个application server,确切的说是一个基于JAVAEE架构的中间件,WebLogic是用于开发、集成、部署和管理大型分布式Web应用、网络应用和数据库应用的Java应用服务器。...
### Oracle 12.1 快速安装指南 #### 概述 本指南旨在提供一个快速、简洁的方法来安装 Oracle Database 12c Release 1 (12.1) 版本于 Linux x86-64 系统上。通过遵循本指南中的步骤,您将能够快速设置并运行 Oracle...
标题中的"wevxq.zip_wevxpk_wevxpk com_www.wEVXPK .com_www.wevxpk.com_非线性特征"看起来像是一个混淆的字符串,它可能包含了文件的标识信息和关键词。...关键词“非线性特征”表明了这个内容与处理非线性数据或系统...