We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6b34d commit 004fbacCopy full SHA for 004fbac
default-tomcat.xml
@@ -0,0 +1,6 @@
1
+<tomcat-users>
2
+ <!-- Define a user with manager-gui role -->
3
+ <role rolename="manager-gui"/>
4
+ <user username="tomcat" password="s3cret" roles="manager-gui"/>
5
+</tomcat-users>
6
+
0 commit comments