Centos上tomcat的安裝

步驟:linux

  1. 上傳Tomcat到linux上(上傳到/soft下了)
  2. 解壓Tomcat到/usr/local/tomcat下,並更名叫tomcat
  3. 在防火牆中加入8080

        /sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPTtomcat

        /etc/rc.d/init.d/iptables savetcp

    4.啓動關閉Tomcat測試

        進入tomcat的bin下啓動:./startup.sh 啓動ip

        進入tomcat的bin下關閉:./shutdown.sh 關閉it

    5.在本地Windows上測試tomcat是否啓動成功了table

            http://Linux的ip:8080/(注意鏈接的是Linux上的tomcat,ip不是localhost)iptables

相關文章
相關標籤/搜索