前期准备:
安装centos6.6系统
二.安装jdk1.7
运行代码:
[cpp] view plain copy
- [[email protected]_109_81_centos ~]]# yum search jdk
- [[email protected]_109_81_centos ~]]# yum -y install java-1.7.0-openjdk*
- [[email protected]_109_81_centos /]# find -name java
service tomcat6 start
- service tomcat6 start --启动
- service tomcat6 stop --停止
- service tomcat6 restart --重启
时间: 2024-10-07 20:16:33