码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat manager配置

时间:2016-06-17 14:12:23      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:

在tomcat-user.xml里面配置

<tomcat-users xmlns="http://tomcat.apache.org/xml"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
              version="1.0">
<role rolename="manager-script"/>
<role rolename="manager-gui"/>
<role rolename="manager-jmx"/>
<role rolename="manager-status"/>
<user username="admin" password="admin" roles="manager-gui,manager-status"/>

  就可以用admin/admin登录tomcat管理页面。

http://localhost:8080/manager/

tomcat manager配置

标签:

原文地址:http://www.cnblogs.com/tietazhan/p/5593698.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!