Tomcat 安装Manager

sudo apt-get install tomcat8-admin tomcat8-docs tomcat8-examples

sudo vi /etc/tomcat8/tomcat-users.xml
add line:
  <user username="admin" password="password" roles="manager-gui"/>

restart tomcat:
sudo systemctl restart tomcat8

check in browser:
https://localhost:8443/manager



posted @ 2021-02-24 04:24  Orchidelle  阅读(65)  评论(0)    收藏  举报