annotate tomcat/tomcat-users.xml @ 223:04030a5e355a production v1.6.0

flow: Merged <release> 'v1.6.0' to <master> ('production').
author smith@nwoca.org
date Mon, 09 Oct 2017 17:22:23 +0100
parents 2f794158e9e8
children
rev   line source
23
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
2 <tomcat-users xmlns="http://tomcat.apache.org/xml"
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
4 xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
5 version="1.0">
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
6 <role rolename="manager-gui"/>
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
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
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
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
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
11 </tomcat-users>