Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Server \ Oracle Enterprise Linux 64-bit install apache-tomcat-7.0.53 step     - swap space is insufficient cause OOM kill MySQL Case (Database)

- Shell command line operation (Linux)

- Android Service service applications and the phone SMS Listener Listener (Programming)

- Linux operation and maintenance engineers face questions Intermediate (Linux)

- Vim highlight lookup operation (Linux)

- Django 1.8 TEMPLATE_DIRS configuration and STATICFILES_DIRS (Server)

- Schema snapshot rollback (Database)

- Install Ubuntu 14.04 and Windows 8 / 8.1 dual-boot in UEFI mode (Linux)

- Copy files between two Linux hosts (Linux)

- Debian 8 (amd64) installation deployment Memcached management tools MemAdmin (Server)

- Under Linux using Magent + Memcached cache server cluster deployment (Server)

- Deployment Kubernetes manage Docker example cluster on Ubuntu (Server)

- To help you easily protect the Linux System (Linux)

- 20 Advanced Java interview questions summary (Programming)

- How to cool down your Ubuntu system (Linux)

- Oracle 11g DataGuard service to start automatically (Database)

- pscp use Detailed Windows and Linux each file transfer tool (Linux)

- Oracle Database High-Risk Vulnerability Warning (Database)

- Ubuntu 14.04 / 14.10 how to install Mate 1.10.0 (Linux)

- Ubuntu users to install voice switch instructs the applet (Linux)

 
         
  Oracle Enterprise Linux 64-bit install apache-tomcat-7.0.53 step
     
  Add Date : 2018-11-21      
         
         
         
  Test environment: VMware Workstation v9.0.2 software installed Oracle Enterprise Linux 5.8 64-bit virtual machine

Install the software: jdk-7u40-linux-x64.rpm + apache-tomcat-7.0.53.tar.gz

Installation Instructions: Download jdk-7u40-linux-x64.rpm and apache-tomcat-7.0.53.tar.gz to Linux virtual machine / u02 directory from the official website

Installation steps: Open the VMware virtual machine, using the root user login Linux virtual machine, into the system, point the desktop right click and select Open Terminal, execute the following command.

First, install the JDK

rpm -ivh /u02/jdk-7u40-linux-x64.rpm

java -version

cd /

Second, install Tomcat

rm -rf / usr / tomcat7
cd / usr
ls
cd /

tar zxvf /u02/apache-tomcat-7.0.53.tar.gz

cd /root/apache-tomcat-7.0.53
ls
cd /
mv apache-tomcat-7.0.53 / usr / tomcat7

cd / usr / tomcat7
ls
chmod + x / usr / tomcat7

Third, set the environment variable

Execute vim / etc / profile command, add the environment variable code is as follows

#jdk config
export JAVA_HOME = / usr / java / jdk1.7.0_40
export CALSSPATH = $ JAVA_HOME / lib /*.*
#tomcat config
export TOMCAT_HOME = / usr / tomcat7
export CATALINA_HOME = / usr / tomcat7
#path config
export PATH = $ PATH: $ JAVA_HOME / bin: $ TOMCAT_HOME / bin

Instruction source / etc / profile refresh environment variables

Fourth, start Tomcat

sh /usr/tomcat7/bin/startup.sh

Open the URL http in Firefox browser: // localhost: 8080 test

Close Tomcat command sh /usr/tomcat7/bin/shutdown.sh

V. deleted Tomcat installation test directory

rm -rf / usr / tomcat7
cd / usr
ls
     
         
         
         
  More:      
 
- Linux Security trust with users (Linux)
- systemctl Command Complete Guide (Linux)
- JQuery implements the same content merge cells (Programming)
- Ubuntu 14.04 + xRDP + Xfce implement Windows Remote Desktop Connection (Linux)
- Ubuntu 14.04 LTS compiler installation R Source Code (Linux)
- Bubble Sort Algorithms (Programming)
- VMware Workstation + Ubuntu 10.04 Download the Android 2.2 source code (Linux)
- Vim custom color (Linux)
- Linux bash: scp: command not found the problem (Linux)
- linux network security experience (Linux)
- Linux more command Detailed (Linux)
- Open MySQL slow query log (Database)
- Linux System Getting Started Learning: Linux command in w (Linux)
- How to install Linux on a MacBook Pro Retina (Linux)
- Analysis JavaBean (Programming)
- Use mysqldump MySQL database backup - Linux Shell Scripting (Database)
- Ubuntu 14.04 / 14.10 how to install Mate 1.10.0 (Linux)
- Hadoop virtualization performance comparison and tuning experience (Server)
- CentOS installed JDK8 (Linux)
- Ceph cluster disk is no workaround for the remaining space (Server)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.