I downloaded Wildfly (wildfly-13.0.0.Final) and I want to configure it. I start standalone.bat
in the bin folder of JBOSS_HOME directory (I use Windows platform).
I go to management console: localhost:8080
-> Administration Console. I see this
Your WildFly Application Server is running. However you have not yet added any users to be able to access the admin console.
To add a new user execute the add-user.bat script within the bin folder of your WildFly installation and enter the requested information.
I run add-user.bat
and it asks me what kind of user I would like to add.
I need a user to have permissions to deploy, redeploy applications. For example, for Apache Tomcat I can consifure tomcat-users.xml
file and add users there (https://stackoverflow.com/a/1327730/4587961), so when I log into console as that user, I can deploy applications.