RHEL5.6安装WebLogic
发表于:2025-01-25 作者:千家信息网编辑
千家信息网最后更新 2025年01月25日,Linux版本:RHEL5.6WebLogic版本:10.3.3.0一、搭建JDK环境,这里安装1.6的版本#mkdir /app/jdk1.6.0_31/#vi /etc/profileexport
千家信息网最后更新 2025年01月25日RHEL5.6安装WebLogic
Linux版本:RHEL5.6
WebLogic版本:10.3.3.0
一、搭建JDK环境,这里安装1.6的版本
#mkdir /app/jdk1.6.0_31/#vi /etc/profileexport JAVA_HOME=/app/jdk1.6.0_31export PATH=$PATH:$JAVA_HOME/bin:$PATHexport CLASSPATH=.:$JAVA_HOME/lib.dt.jar:$JAVA_HOME/lib/tools.jarexport JRE_HOME=$JAVA_HOME/jre#source /etc/profile#mv jdk-6u31-linux-x64.bin /app#./jdk-6u31-linux-x64.bin# java -version #输出jdk的版本为安装的版本则表明安装正确java version "1.6.0_31"Java(TM) SE Runtime Environment (build 1.6.0_31-b04)Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01, mixed mode)
二安装WebLogic部分
1)添加weblogic用户
# groupadd weblogic# useradd -g weblogic weblogic# passwd weblogic
2)创建WebLogic的安装目录
# mkdir /app/weblogic
3)这里采用.jar方式来安装。
#su weblogic$ java -jar wls1033_generic.jar -mode=consoleUnable to instantiate GUI, defaulting to console mode.Extracting 0%....................................................................................................100%<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Welcome:--------This installer will guide you through the installation of WebLogic 10.3.3.0. Type "Next" or enter to proceed to the next prompt. If you want to change data entered previously, type "Previous". You may quit the installer at any time by typing "Exit".Enter [Exit][Next]> Next #键入 "Next" 或按 Enter 键继续下一个提示<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Choose Middleware Home Directory:--------------------------------- "Middleware Home" = [Enter new value or use default "/home/weblogic/Oracle/Middleware"]Enter new Middleware Home OR [Exit][Previous][Next]> /app/weblogic #选择WebLogic的安装路径<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Choose Middleware Home Directory:--------------------------------- "Middleware Home" = [/app/weblogic]Use above value or select another option: 1 - Enter new Middleware Home 2 - Change to default [/home/weblogic/Oracle/Middleware]Enter option number to select OR [Exit][Previous][Next]> Next #这里已经确认的安装目录,直接Next<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Register for Security Updates:------------------------------Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html 1|Email:[] 2|My Oracle Support Password:[] 3|Receive Security Update:[Yes]Enter index number to select OR [Exit][Previous][Next]> 3 #出现选则"注册安全更新"的方式,我们这里选择3<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Register for Security Updates:------------------------------Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html "Receive Security Update:" = [Enter new value or use default "Yes"]Enter [Yes][No]? No #此时更改接收更新的方式,输入"No"回车<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Register for Security Updates:------------------------------Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html "Receive Security Update:" = [Enter new value or use default "Yes"] ** Do you wish to bypass initiation of the configuration manager and ** remain uninformed of critical security issues in your configuration?Enter [Yes][No]? Yes #输入Yes来确认我们的选择<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Register for Security Updates:------------------------------Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html 1|Email:[] 2|My Oracle Support Password:[] 3|Receive Security Update:[No]Enter index number to select OR [Exit][Previous][Next]> Next #这里直接Next <-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Choose Install Type:--------------------Select the type of installation you wish to perform. ->1|Typical | Install the following product(s) and component(s): | - WebLogic Server | - Oracle Coherence 2|Custom | Choose software products and components to install and perform optional |configuration.Enter index number to select OR [Exit][Previous][Next]> 1 #选择安装类型:1是典型的,2是定制。我们这里选择1<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->JDK Selection (Any * indicates Oracle 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|/app/jdk1.6.0_31/jdk1.6.0_31[x] *Estimated size of installation: 727.6 MBEnter 1 to add or >= 2 to toggle selection OR [Exit][Previous][Next]> 2 #这里选择jdk的安装路径,我们选择本地jdk。<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->JDK Selection (Any * indicates Oracle 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|/app/jdk1.6.0_31/jdk1.6.0_31[ ] ** Please select appropriate JDK.Enter 1 to add or >= 2 to toggle selection OR [Exit][Previous][Next]> 2<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->JDK Selection (Any * indicates Oracle 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|/app/jdk1.6.0_31/jdk1.6.0_31[x] *Estimated size of installation: 727.6 MBEnter 1 to add or >= 2 to toggle selection OR [Exit][Previous][Next]> <-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Choose Product Installation Directories:----------------------------------------Middleware Home Directory: [/app/weblogic]Product Installation Directories: 1|WebLogic Server: [/app/weblogic/wlserver_10.3] 2|Oracle Coherence: [/app/weblogic/coherence_3.5]Enter index number to select OR [Exit][Previous][Next]> 1<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Choose Product Installation Directories:---------------------------------------- "WebLogic Server" = [Enter new value or use default "/app/weblogic/wlserver_10.3"]Enter new WebLogic Server OR [Exit][Previous][Next]> next<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Choose Product Installation Directories:----------------------------------------Middleware Home Directory: [/app/weblogic]Product Installation Directories: 1|WebLogic Server: [/app/weblogic/wlserver_10.3] 2|Oracle Coherence: [/app/weblogic/coherence_3.5]Enter index number to select OR [Exit][Previous][Next]> 1<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Choose Product Installation Directories:----------------------------------------Middleware Home Directory: [/app/weblogic]Product Installation Directories: 1|WebLogic Server: [/app/weblogic/wlserver_10.3] 2|Oracle Coherence: [/app/weblogic/coherence_3.5]Enter index number to select OR [Exit][Previous][Next]> 1<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Choose Product Installation Directories:----------------------------------------Middleware Home Directory: [/app/weblogic]Product Installation Directories: 1|WebLogic Server: [/app/weblogic/wlserver_10.3] 2|Oracle Coherence: [/app/weblogic/coherence_3.5]Enter index number to select OR [Exit][Previous][Next]> Next<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->The following Products and JDKs will be installed:-------------------------------------------------- WebLogic Platform 10.3.3.0 |_____WebLogic Server | |_____Core Application Server | |_____Administration Console | |_____Configuration Wizard and Upgrade Framework | |_____Web 2.0 HTTP Pub-Sub Server | |_____WebLogic SCA | |_____WebLogic JDBC Drivers | |_____Third Party JDBC Drivers | |_____WebLogic Server Clients | |_____WebLogic Web Server Plugins | |_____UDDI and Xquery Support | |_____Evaluation Database |_____Oracle Coherence |_____Coherence Product Files *Estimated size of installation: 727.7 MBEnter [Exit][Previous][Next]> NextNov 13, 2014 4:36:56 PM java.util.prefs.FileSystemPreferences$2 runINFO: Created user preferences directory.<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Installing files..0% 25% 50% 75% 100%[------------|------------|------------|------------][***************************************************]Performing String Substitutions... <-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Configuring OCM...0% 25% 50% 75% 100%[------------|------------|------------|------------][***************************************************]Creating Domains...<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Installation CompleteCongratulations! Installation is complete.Press [Enter] to continue or type [Exit]> 回车<-------------------- Oracle Installer - WebLogic 10.3.3.0 ------------------->Clean up process in progress ... #到这里则表示安装成功[weblogic@eshopmn weblogic]$
选择
版本
方式
目录
路径
更新
输入
安全
成功
典型
环境
用户
类型
部分
来安
提示
输出
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
软件开发技术项目实训中心怎么样
什么数据库资源是免费的
欧卡2联机怎样选服务器
数据库应用技术吉林
软件开发技术方面的院士
服务器下载速度不一样
昆明航空信息中心软件开发
网络安全研究工程师待遇
hp服务器怎么登录管理页面
计算机三级考试网络技术是干嘛的
服务器系统正版和盗版区分
正确认识网络安全
碧蓝航线服务器选择
我的世界服务器奇怪君
2022年1月网络安全会议
服务器开机画面黑屏
勤哲软件开发方式
阜阳咖啡点餐软件开发公司
东莞艾比利网络技术有限公司
软件开发人员外包哪家好
中运网络技术
数据库建表之后怎么保存
长沙软件开发公司招聘
大一上学期软件开发专业课程
广州建迅互联网科技有限公司
江苏超频服务器要多少钱
计算机答辩问数据库
平谷区软件开发经验丰富
前端h5 后端数据库设计项目
真正网络安全股中孚信息