美文网首页
安装TOMCAT

安装TOMCAT

作者: suanmilk | 来源:发表于2016-12-14 09:21 被阅读0次

    下载Tomcat(以8.X为例)

    进入安装目录

    cd /sharefree/environment

    下载安装包

    wget http://apache.fayea.com/tomcat/tomcat-8/v8.5.9/bin/apache-tomcat-8.5.9.tar.gz

    [root@iZuf61hly6h2nsymj5xb5fZ environment]# wget http://apache.fayea.com/tomcat/tomcat-8/v8.5.9/bin/apache-tomcat-8.5.9.tar.gz
    --2016-12-12 09:53:03-- http://apache.fayea.com/tomcat/tomcat-8/v8.5.9/bin/apache-tomcat-8.5.9.tar.gz
    Resolving apache.fayea.com... 119.6.242.165, 119.6.242.164
    Connecting to apache.fayea.com|119.6.242.165|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 9330875 (8.9M) [application/x-gzip]
    Saving to: “apache-tomcat-8.5.9.tar.gz�
    
    100%[==================================================================================================================================>] 9,330,875 9.11K/s in 16m 24s 
    
    2016-12-12 10:09:28 (9.26 KB/s) - apache-tomcat-8.5.9.tar.gz� saved [9330875/9330875]
    
    [root@iZuf61hly6h2nsymj5xb5fZ environment]#
    

    解压安装包

    tar -xzvf apache-tomcat-8.5.9.tar.gz

    相关文章

      网友评论

          本文标题:安装TOMCAT

          本文链接:https://www.haomeiwen.com/subject/ichimttx.html