annotate tomcat/tomcat-users.xml @ 140:73c0c04a44eb
production v1.1.1
flow: Merged <hotfix> 'v1.1.1' to <master> ('production').
author |
smith@nwoca.org |
date |
Fri, 16 Jun 2017 17:14:15 +0100 |
parents |
6a4ba408b8c4 |
children |
2f794158e9e8 |
rev |
line source |
23
|
1 <?xml version='1.0' encoding='utf-8'?>
|
|
2 <tomcat-users xmlns="http://tomcat.apache.org/xml"
|
|
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
4 xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
|
|
5 version="1.0">
|
|
6 <role rolename="manager-gui"/>
|
|
7 <role rolename="manager-jmx"/>
|
|
8 <user username="admin" password="99admin00" roles="manager-gui,manager-jmx"/>
|
|
9 </tomcat-users> |