Mercurial > public > ssdt-docker
diff tomcat/tomcat-users.xml @ 90:63cb9be89a26 production v1.0.0
flow: Merged <release> 'v1.0.0' to <master> ('production').
author | smith@nwoca.org |
---|---|
date | Thu, 22 Sep 2016 01:49:20 +0100 |
parents | 6a4ba408b8c4 |
children | 2f794158e9e8 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tomcat/tomcat-users.xml Thu Sep 22 01:49:20 2016 +0100 @@ -0,0 +1,9 @@ +<?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> \ No newline at end of file