首页 > 其他 > 详细

tomcat

时间:2016-05-11 23:41:14      阅读:224      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!