RHEL5.6安装WebLogic

一、搭建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 ...              #到这里则表示安装成功
[[email protected] weblogic]$
时间: 2024-11-06 04:15:55

RHEL5.6安装WebLogic的相关文章

rhel5.5 安装 oracle11g asm(1)

在64位rhel5.5上安装oracle11g,使用自动存储管理(asm) #cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.5 (Tikanga) #vi /etc/sysconfig/network-scripts/ifcfg-eth0 IPADDR=192.168.11.100 NETMASK=255.255.255.0 #/etc/init.d/network restart #vi /etc/hosts

linux下静默安装weblogic 12

所需软件: JAVA环境部署文件:jdk-7u55-linux-x64.rpm Weblogic安装文件:fmw_12.1.3.0.0_wls.jar 一.创建用户和组 创建用户组:groupadd web 创建用户:useradd -g web -m -d /opt/weblogic weblogic 修改密码:passwd weblogic 授权用户:chown -R weblogic:web /opt/weblogic/ useradd 主要参数:-c:加上备注文字,备注文字保存在pass

Linux安装weblogic服务

Linux安装weblogic服务 一.环境准备: Linux系统 jdk-7u75-linux-x64.tar.gz(http://pan.baidu.com/s/1kTh5Vx1) wls1212_dev.zip(http://pan.baidu.com/s/1nttDkq1) 二.安装步骤: 1.首先创建weblogic用户.用户组并设置主目录 [[email protected] ~]# useradd -d /weblogic weblogic [[email protected] ~

Eclipse安装Weblogic插件

1.启动Eclipse,打开window>References>server>Runtime server. 2.点击“add”按钮,添加新的web服务器. 注:上图Oracle是WebLogic的文件夹根目录,因为我已经安装过Eclipse的WebLogic的插件了. 点击“Download additional server adapters”超链接进入Eclipse的插件列表,下图是正在加载插件列表的试图. 3.列表加载完成后,选择“Oracle WebLogic Server T

实战weblogic集群之安装weblogic

一.系统及软件版本 OS版本:Red Hat Enterprise Linux Server release 6.6WebLogic Server 版本: 10.3.3.0JDK版本:1.7.0_79 软件包:jdk-7u79-linux-x64.tar.gz.wls1033_generic.jar 二.集群服务器规划 三.安装jdk及weblogic 1.集群中每台服务器安装jdk $ tar zxf jdk-7u79-linux-x64.tar.gz $ mv jdk1.7.0_79 /ap

Ubuntu Server 14.04 LTS(64bit)下安装 weblogic Server 12c(12.1.3) Zip Distribution

这里说下关于在Ubuntu Server 14.04 LTS(64bit)下安装weblogic Server 12c(12.1.3) Zip Distribution遇到的问题.至于Windows环境下的安装没什么好说的,只要你根据wls1213_dev.zip中自带的README.TXT一步步做,是不会出现问题的.但是对于在一个干净的Ubuntu Server下的来说,根据向导的说明你是装不起来的.因为它缺少了必要的环境设置,也许这对于linux下的老手来说这些都不是事. 当在安装中遇到问题

RHEL5.8安装Sybase 15.7_x86_64

RHEL5.8安装Sybase 15.7如果您运行的是 RHEL 5 或更高版本,请使用以下设置:kernel.exec-shield = 0kernel.randomize_va_space = 0以下修补程序是 GUI 组件正常工作所必需的:xorg-x11-libs-6.7.0-2? openmotif-2.2.3-6Adaptive Server 需要以下变量设置:对于 glibc 2.4 版,将 LD_POINTER_GUARD 设置为 1对于 glibc 2.5 版,将 LD_POI

图解Windows下安装WebLogic

Oracle 的Weblogic分开发者版本和生产版本,有32位和64位.一般生产版本的weblogic是64位的,安装文件是一个大小为1G多的jar包.去oracle官网上下载64版weblogic.这里使用的版本是weblogic11g,版本号是10.3.6,文件名为"wls1036_generic.jar".安装weblogic前要确认已安装好jdk(如果安装的是64位weblogic则需要64位版本的jdk).目前,weblogic可免费使用,需要oracle的weblogic

Linux/Unix命令行安装weblogic软件

--通过java -jar wls1036_generic.jar启动安装weblogic软件进程: [[email protected] mnt]$ java -jar wls1036_generic.jar Unable to instantiate GUI, defaulting to console mode. Extracting 0%............................................................................