Skip to content

Instantly share code, notes, and snippets.

@alexishida
Created August 15, 2017 00:14
Show Gist options
  • Select an option

  • Save alexishida/7128dba5f04c7ff9d6eb20b0a7a98b2e to your computer and use it in GitHub Desktop.

Select an option

Save alexishida/7128dba5f04c7ff9d6eb20b0a7a98b2e to your computer and use it in GitHub Desktop.
Adicionando usuário no tomcat 8
# Adicionar em conf\tomcat-users.xml
<?xml version="1.0" encoding="UTF-8"?>
<tomcat-users>
<role rolename="manager-script"/>
<user username="admin" password="admin" roles="manager-script"/>
</tomcat-users>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment