iis服务器助手广告广告
返回顶部
首页 > 资讯 > 数据库 >RHEL5.6安装WebLogic
  • 799
分享到

RHEL5.6安装WebLogic

2024-04-02 19:04:59 799人浏览 薄情痞子
摘要

linux版本:RHEL5.6WEBLogic版本:10.3.3.0一、搭建jdk环境,这里安装1.6的版本#mkdir /app/jdk1.6.0_31/ #vi /etc/profi


linux版本:RHEL5.6

WEBLogic版本:10.3.3.0


一、搭建jdk环境,这里安装1.6的版本

#mkdir /app/jdk1.6.0_31/
#vi /etc/profile
export JAVA_HOME=/app/jdk1.6.0_31
export PATH=$PATH:$JAVA_HOME/bin:$PATH
export CLASSPATH=.:$JAVA_HOME/lib.dt.jar:$JAVA_HOME/lib/tools.jar
export 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=console

Unable 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 MB


Enter 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 MB


Enter 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 MB




Enter [Exit][Previous][Next]> Next
Nov 13, 2014 4:36:56 PM java.util.prefs.FileSystemPreferences$2 run
INFO: 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 Complete


Congratulations! 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]$


您可能感兴趣的文档:

--结束END--

本文标题: RHEL5.6安装WebLogic

本文链接: https://www.lsjlt.com/news/36814.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
  • RHEL5.6安装WebLogic
    Linux版本:RHEL5.6WebLogic版本:10.3.3.0一、搭建JDK环境,这里安装1.6的版本#mkdir /app/jdk1.6.0_31/ #vi /etc/profi...
    99+
    2022-10-18
  • weblogic 安装笔记
     #创建一个BEA用户组帐号[root@oracledb ~]# groupadd -g 600 bea # 创建一个Weblogic用户帐号userhome 代表用户的主目录,GID ...
    99+
    2022-10-18
  • RHEL5.6静默安装oracle11.2.0数据库实例脚本
    脚本:单实例静默安装echo "[GENERAL] RESPONSEFILE_VERSION = "11.2.0" //查看虚拟机的版本,不能更改 OPERATION_TYPE = "createDatabase" [CREATEDA...
    99+
    2018-11-24
    RHEL5.6静默安装oracle11.2.0数据库实例脚本
  • Linux怎么安装weblogic
    这篇文章给大家介绍Linux怎么安装weblogic,内容非常详细,感兴趣的小伙伴们可以参考借鉴,希望对大家能有所帮助。WebLogic 是甲骨文公司(Oracle)推出的一款web服务器,主要用于JAVA开发的web系统。WebLogic...
    99+
    2023-06-28
  • weblogic 命令行安装
    安装JDK10.1.125.224  注意系统版本32 or 641. chmod +x jdk-6u43-linux-i586.bin        jd...
    99+
    2022-10-18
  • weblogic 12c 静默安装
    静默安装,意思就是不需要vnc之类去连接图像界面,按照以下步骤是可以顺利完成 准备jdk环境 vim /etc/profile 添加 export JAVA_HOME=/us...
    99+
    2022-10-18
  • 如何安装weblogic软件
    这篇文章给大家分享的是有关如何安装weblogic软件的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。1.下载介质download.oracle.com2.编辑系统 jdk&nbs...
    99+
    2022-10-18
  • CentOS7中怎么安装Weblogic
    这篇文章主要介绍“CentOS7中怎么安装Weblogic”,在日常操作中,相信很多人在CentOS7中怎么安装Weblogic问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”CentOS7中怎么安装Weblo...
    99+
    2023-06-27
  • weblogic如何安装与配置
    要安装和配置WebLogic,您可以按照以下步骤进行操作:1. 下载WebLogic安装程序:- 前往Oracle官方网站(http...
    99+
    2023-08-24
    weblogic
  • Linux系统如何安装WebLogic
    这篇文章主要介绍Linux系统如何安装WebLogic,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!WebLogic简介: WebLogic是美国Oracle公司开发的基于JAVAEE架构的中间件。WebLogic是...
    99+
    2023-06-28
  • CentOS 7如何安装Weblogic 12cR2
    这篇文章给大家分享的是有关CentOS 7如何安装Weblogic 12cR2的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。CentOS尽量不选择最小化安装,选择GNOME桌面。因为 Weblogic 12c 要...
    99+
    2023-06-26
  • WebLogic如何安装和配置
    这篇文章给大家分享的是有关WebLogic如何安装和配置的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。发布一个由JSP/SERVLET开发的网站,除了需要相应的WEB服务器来响应普通网页的请求外还需要专门的应用服...
    99+
    2023-06-03
  • weblogic安装与配置流程
    以下是WebLogic安装与配置的流程:1. 下载WebLogic安装文件:在Oracle官方网站上下载适合你操作系统的WebLog...
    99+
    2023-08-24
    weblogic
  • Linux系统中如何安装weblogic
    小编给大家分享一下Linux系统中如何安装weblogic,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!weblogic简介:WebLogic是美国Oracle公...
    99+
    2023-06-28
  • Weblogic Server11G集群的安装与配置
    本篇内容主要讲解“Weblogic Server11G集群的安装与配置”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Weblogic Server11G集群的安装与配置”吧!环境OS:windo...
    99+
    2023-06-04
  • Linux下Weblogic 12c如何静默安装
    这篇文章给大家分享的是有关Linux下Weblogic 12c如何静默安装的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。安装前准备:操作系统:Linux 6.5;weblogic版本12.2.1.2;weblog...
    99+
    2023-06-03
  • Linux修改IP地址并安装Weblogic
    第一步 配置虚拟机IP地址一、重启生效修改IP首先打开虚拟机,用root用户进入命令行,并执行ifconfig查看当前IP在终端中输入:vi       /etc/sysconfig/network-scrip...
    99+
    2023-06-05
  • JBuilder5+Weblogic 6.0的安装配置过程
    本篇内容介绍了“JBuilder5+Weblogic 6.0的安装配置过程”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!一、安装JBuild...
    99+
    2023-06-03
  • 如何在Fedora 10上安装Fedora Weblogic 10.3.1
    这篇文章将为大家详细讲解有关如何在Fedora 10上安装Fedora Weblogic 10.3.1,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。拷贝oepe11_wls1031_linux32.bin...
    99+
    2023-06-16
  • weblogic命令行模式安装及域创建
     一、使用软件wls1036_generic      jdk-7u40-ea-bin-b34-linux-x64-17_jul_2013.tar二、准备工作2.1&...
    99+
    2022-10-18
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作