Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install weblogic software

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article is about how to install weblogic software. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

1. Download media

Download.oracle.com

two。 Edit system jdk

2.1. View jdk version

[root@el02node14 weblogic] # rpm-qa | grep gcj

Java-1.4.2-gcj-compat-1.4.2.0-40jpp.115

Libgcj-4.1.2-54.el5

Libgcj-4.1.2-54.el5

[root@el02node14 weblogic] # rpm-qa | grep jdk

[root@el02node14 weblogic] #

[root@el02node14 weblogic] # java-version

Java version "1.4.2"

Gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-54)

Copyright (C) 2006 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO

Warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

2.2. Uninstall the original system jdk

[root@el02node14 weblogic] # rpm-e-- nodeps java-1.4.2-gcj-compat-1.4.2.0-40jpp.115

[root@el02node14 weblogic] # java-version

-bash: / usr/bin/java: No such file or directory

2.3. Install a new jdk

2.3.1 compressing jdk packages from other machines

Tar-cvf jdk.tar / usr/local/jdk/

2.3.2 transfer to the target machine for decompression

Tar-xvf jdk.tar-C / usr/local/jdk/

2.3.3 modify / etc/profile

Add

Export JAVA_HOME=/usr/local/jdk/jdk1.6.0_43

Export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar

Export PATH=$JAVA_HOME/bin:$PATH

Reload / etc/profile

Source profile

2.3.4 Verification

[root@el02node14 ~] # java-version

Java version "1.6.043"

Java (TM) SE Runtime Environment (build 1.6.0_43-b01)

Java HotSpot (TM) 64-Bit Server VM (build 20.14-b01, mixed mode)

3. Create a weblogic user

Mkdir-p / weblogic/Oracle

[root@el02node14 weblogic] # groupadd weblogic

[root@el02node14 weblogic] # useradd-g weblogic weblogic

Creating mailbox file: File exists

Passwd weblogic

Weblogic

[root@el02node14 weblogic] # chown-R weblogic:weblogic / weblogic/Oracle

4. Install (switch to weblogic user)

[root@el02node14 weblogic] # export DISPLAY=10.135.43.50:0.0

[root@el02node14 weblogic] # java-jar wls1036_generic.jar

Extracting 0% .100%

A graphical interface appears, and you can next all the way.

5.weblogic software uninstall

[root@el02node14 uninstall] # pwd

/ weblogic/Oracle/Middleware/wlserver_10.3/uninstall

[root@el02node14 uninstall] #. / uninstall.sh

Press the interface to uninstall it.

Thank you for reading! This is the end of this article on "how to install weblogic software". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it out for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report