首页 > 代码库 > centos安装使用tomcat6

centos安装使用tomcat6

前期准备:

安装centos6.6系统

二.安装jdk1.7

 运行代码:

 

[cpp] view plain copy
 
  1. [root@VM_109_81_centos ~]]# yum search jdk  
  2.   
  3. [root@VM_109_81_centos ~]]# yum -y install  java-1.7.0-openjdk*
  4. [root@VM_109_81_centos /]# find -name java  

 

 service tomcat6 start

 

  1. service tomcat6 start --启动  
  2. service tomcat6 stop --停止  
  3. service tomcat6 restart --重启

centos安装使用tomcat6