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