码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat

时间:2016-05-11 23:43:38      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:

 unzip apache-tomcat-7.0.57.zip 

 

 mv apache-tomcat-7.0.57 /usr/local/tomcat

 

cd tomcat/bin
chmod 777 *.sh

 

./startup.sh 

 

[root@centos02 src]# netstat -lnutp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   
tcp        0      0 127.0.0.1:9000              0.0.0.0:*                   LISTEN      12665/php-fpm       
tcp        0      0 0.0.0.0:3306                0.0.0.0:*                   LISTEN      16714/mysqld        
tcp        0      0 0.0.0.0:80                  0.0.0.0:*                   LISTEN      12692/nginx         
tcp        0      0 0.0.0.0:81                  0.0.0.0:*                   LISTEN      12692/nginx         
tcp        0      0 0.0.0.0:21                  0.0.0.0:*                   LISTEN      12596/vsftpd        
tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      1333/sshd           
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      1423/master         
tcp        0      0 ::ffff:127.0.0.1:8005       :::*                        LISTEN      17526/java          
tcp        0      0 :::8009                     :::*                        LISTEN      17526/java          
tcp        0      0 :::8080                     :::*                        LISTEN      17526/java          
tcp        0      0 :::22                       :::*                        LISTEN      1333/sshd           
tcp        0      0 ::1:25                      :::*                        LISTEN      1423/master         
udp        0      0 0.0.0.0:68                  0.0.0.0:*                               1166/dhclient 

 

tomcat

标签:

原文地址:http://www.cnblogs.com/bass6/p/5483978.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!