我的系统:deepin(linux) 15.7

64位

tomcat 8.0.53

不建议安装最新的tomcat,由于需要编程需要用库,最新的tomcat官网还没及时给连接tomcat的包,如果有包连接,那就可以用,给各位提个醒

tomcat8的官网

linux启动tomcat

下载之后,在终端解压

unzip 文件名.zip

linux启动tomcat

进入tomcat的启动文件

cd 文件名/bin      

更改文件的权限

chmod 777 *

最后启动

./startup.sh

在浏览器中打开

http://localhost:8080/

如图

linux启动tomcat

关闭tomcat

./shutdown.sh

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-11-12
  • 2021-11-30
  • 2021-04-04
  • 2021-12-02
猜你喜欢
  • 2021-07-09
  • 2021-10-15
  • 2021-09-16
  • 2021-11-18
  • 2021-11-04
  • 2022-02-01
相关资源
相似解决方案