________________________________
< 在 ubuntu 中安装 Tomcat 服务器 >
 --------------------------------
        \   ^__^
         \  (==)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

安装文件

下载

推荐在国内源下载。传送门open in new window

启动

  • 启动
cd /your_path/tomcat/apache-tomcat-8.5.28/bin
./catalina.sh start
  • 停止
cd /your_path/tomcat/apache-tomcat-8.5.28/bin
./catalina.sh stop