tomcat分为安装版(后缀exe)和解压版(后缀zip)

之前用安装版的没有start.bat和shutdown.bat,而且还要配置环境什么的,后面使用有一些不方便

卸载了去官网下载了个解压版的tomcat8

https://tomcat.apache.org/

解压版Tomcat的安装

下载完直接解压就好

bin目录下start.bat和shutdown.bat手动打开和关闭一次

然后双击start.bat 

在浏览器输入http://localhost:8080/  

出现解压版Tomcat的安装 

成功

登录密码设置:在conf\tomcat-users.xml中添加: <user username="admin" password="admin" roles="manager-gui,admin-gui"/>

相关文章:

  • 2021-11-25
  • 2021-11-19
  • 2021-07-30
  • 2021-11-23
  • 2022-12-23
  • 2021-11-30
猜你喜欢
  • 2021-11-21
  • 2021-12-01
  • 2022-02-09
  • 2021-07-20
  • 2021-04-21
  • 2022-01-07
相关资源
相似解决方案