Mercurial > public > ssdt-docker
annotate tomcat/tomcat-users.xml @ 341:9735d4fef9c5 production v2.7.0
flow: Merged <release> '2.7.0' to <master> ('production').
author | aldrich@ssdt-ohio.org |
---|---|
date | Mon, 04 May 2020 19:13:14 +0100 |
parents | 2f794158e9e8 |
children |
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"/> | |
156
2f794158e9e8
DEP-12: revert tomcat upgrade. add script manager
smith@nwoca.org
parents:
23
diff
changeset
|
8 <role rolename="manager-script"/> |
23 | 9 <user username="admin" password="99admin00" roles="manager-gui,manager-jmx"/> |
156
2f794158e9e8
DEP-12: revert tomcat upgrade. add script manager
smith@nwoca.org
parents:
23
diff
changeset
|
10 <user username="script" password="99admin00" roles="manager-script"/> |
23 | 11 </tomcat-users> |