Xmanager3 remote connection Red hat 6.4 install weblogic12 and weblogic remote debugging

Source: Internet
Author: User

Xmanager3 remote connection Red hat 6.4 install weblogic12 and weblogic remote debugging

Operating System: Red hat 6.4 (64-bit)

Required tools: Xmanager3

Required Software:

Jdk-7u55-linux-x64.rpm (corresponding to operating system)

Fmw_12.1.3.0.0_wls.jar

Installation Steps:

1. Connect to linux and upload the installation package

Open xshell, create a session, and use the ssh protocol, as shown below:

 

Enter the account and password to go To the linux system.

Double-click the top right corner to enter xftp. Transfer the file and drag the file directly.

2. Install Jdk:

Change execution permission chmod + x jdk-7u67-linux-i586.rpm

Run the rpm-Uvh jdk-7u55-linux-x64.rpm to install 64-bit JDK1.7 (install a 32-bit jdk on linux64-bit, you may encounter a lack of. OS files)

You do not need to configure environment variables. linux has its own default jdk. You can directly execute java-version to see it. Here we can specify jdk to install weblogic.

3. Set the graphic interface:

Execute the command to send it to the terminal: DISPLAY = 192.168.10.76: 0.0; export DISPLAY

The ip address here is the ip address of the terminal.

4. Install weblogic

Create user groups and users

Groupadd weblogic

Useradd-g weblogic

Passwd weblogic enter the weblogic User Password

Chown-R weblogic: weblogic/oracle

Switch to weblogic user su weblogic

Run the following command in the bin directory of the installed jdk:

/Java-jar/usr/tmp/software/fmw_12.1.3.0.0_wls.jar

The next step is to install the familiar GUI, including creating a domain. I will not talk about it here (remember the directory)

5. Start and close weblogic

Run the following command under the domain directory:

./StartWebLogic. sh start

./StopWebLogic to close

Related Article

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.