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
MacBook-Markus:~ Markus$ wildfly-10.0.0.Final/bin/add-user.sh | |
What type of user do you wish to add? | |
a) Management User (mgmt-users.properties) | |
b) Application User (application-users.properties) | |
(a): b | |
Enter the details of the new user to add. | |
Using realm 'ApplicationRealm' as discovered from the existing property files. | |
Username : markus |
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"?> | |
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns="http://java.sun.com/xml/ns/javaee" | |
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" | |
version="3.0"> | |
<security-constraint> | |
<web-resource-collection> | |
<web-resource-name>HtmlAuth</web-resource-name> | |
<description>application security constraints</description> | |
<url-pattern>/*</url-pattern> |
NewerOlder