Last active
November 28, 2019 22:19
-
-
Save vi7/a48869acfa5eeb1752a2876a4142cda8 to your computer and use it in GitHub Desktop.
Tomcat UserDatabaseRealm users file example
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- /usr/local/tomcat/conf/tomcat-users.xml --> | |
<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="admin"/> | |
<user username="RECIPEBOOK_USER" password="RECIPEBOOK_PASSWORD" roles="admin"/> | |
</tomcat-users> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.