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<!-- user for deploying cldr-apps --> 7<user username="surveytooldeploy" password="{{ surveytooldeploy.password }}" roles="standard,manager-script" /> 8</tomcat-users>