Created
August 15, 2017 00:14
-
-
Save alexishida/7128dba5f04c7ff9d6eb20b0a7a98b2e to your computer and use it in GitHub Desktop.
Adicionando usuário no tomcat 8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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