annotate tomcat/tomcat-users.xml @ 85:8f45c43ea7a4 feature/djs-DEP-12-docker

DEP-12: start upgrading scripts and compose files for RC and docker 1.12
author Dave Smith <smith@nwoca.org>
date Wed, 21 Sep 2016 19:00:41 -0400
parents 6a4ba408b8c4
children 2f794158e9e8
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"/>
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
8 <user username="admin" password="99admin00" roles="manager-gui,manager-jmx"/>
6a4ba408b8c4 improve tomcat configuration
smith@nwoca.org
parents:
diff changeset
9 </tomcat-users>