WebLogic Installation Instructions

Source: Internet
Author: User

Need to install WebLogic service for pressure test use due to company development requirements

Installation steps start to explain


a . Install first JDK

Two . Next WebLogic

Three . Steps

1. Create a user to join the WebLogic and root(some subsequent execution permissions issues need to be added to the root Group)

Groupadd WebLogic

useradd weblogic-g WebLogic  

usermod-g WEBLOGIC

Usermod-g WebLogic Root

2. Remove the jdk that exists in the system by default

[email protected] java]# Rpm-qa | grep jdk

java-1.7.0-openjdk-1.7.0.45-2.4.3.3.el6.x86_64

java-1.6.0-openjdk-1.6.0.0-1.66.1.13.0.el6.x86_64

[email protected] java]# rpm-e JDK

jdk1.7.0_80/         jdk-7u80-linux-x64.gz 

[Email protected] java]# rpm-ejava-1.7.0-openjdk-1.7.0.45-2.4.3.3.el6.x86_64

[Email protected] java]# rpm-ejava-1.6.0-openjdk-1.6.0.0-1.66.1.13.0.el6.x86_64

3. Create a storage package location

Mkdir/usr/java

unzip

Tar zxf jdk1.7.0-80

. Configuring the JDK environment variables

vi/etc/profile

Add (specific package storage location according to the actual location )

Java_home=/usr/java/jdk1.7.0_80

Classpath= $JAVA _home/lib/

Path= $PATH: $JAVA _home/bin

Export PATH java_home CLASSPATH

Save restart

Source/etc/profile

5. See if the configuration takes effect

[email protected] ~]# java-version  

Java Version "1.7.0_80"

Java (TM) SE Runtime Environment (build 1.7.0_80-b15)

Java HotSpot (TM) 64-bit Server VM (build 24.80-b11, Mixed mode)

6. Start the installation

I use the command line with a graphical interface to support Xhost +

Java-jar fmw_12.1.3.0

The following installation steps are not explained in one by one for reference

Http://blog.sina.com.cn/s/blog_5f044a4d01012c0v.html

This article from "Liang Moon" blog, please be sure to keep this source http://lmy666.blog.51cto.com/12495477/1962564

WebLogic Installation Instructions

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.