Mercurial > public > ssdt-docker
view tomcat/tomcat-users.xml @ 34:d8f906afd895
fix lf's
author | Dave smith <smith@nwoca.org> |
---|---|
date | Wed, 20 Jan 2016 10:41:23 -0500 |
parents | 6a4ba408b8c4 |
children | 2f794158e9e8 |
line wrap: on
line source
<?xml version='1.0' encoding='utf-8'?> <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-gui"/> <role rolename="manager-jmx"/> <user username="admin" password="99admin00" roles="manager-gui,manager-jmx"/> </tomcat-users>