tomcat使用

xiaoxiao2021-02-28  108

一、下载安装

二、启动

配置路径:D:\apache-tomcat-8.0.30\conf中的tomcat-users.xml文件,添加用户名、密码,如下所示:

<role rolename="manager-gui"/> <user username="tomcat" password="s3cret" roles="manager-gui"/>

启动路径:D:\apache-tomcat-8.0.30\bin下的startup.bat文件,在浏览器地址下输入:localhost:8080,出现如下界面,配置正确。

点击图中红色箭头指向的按钮,输入上述配置中的username、password进入如下界面。

转载请注明原文地址: https://www.6miu.com/read-83759.html

最新回复(0)