- Download the latest stable version of the Enterprise Application Integration (EAI) server from the official website wildfly. (E.g. wildfly-10.0.0.Final.zip)
- Extract the zip archive to
C:\EAP
. Your system will create a brand new folder namedwildfly-10.0.0.Final
underC:\EAP
. - Execute the script
C:\EAP\wildfly-10.0.0.Final\bin\standalone.bat
to set up the bootstrap environment, check the installation and start the server. - After that the server has been started, you should be able to access the web server at the address
http://localhost:8080
and to access to the console athttp://localhost:8080/console
To be able to access the admin console, you will need to add a new user by executing the script ‘add-user.bat’ located under your WildFly installation folder (e.g. c:\EAP\wildfly-10.0.0.Final).
- Execute the script
add-user.bat
in a console window. - Add a Management User by just typing
enter
since this is the default option. - Enter the details of the new user to add as described. (e.g.
admin
and1234
for a local installation). - Revisit the server console at
localhost:9990/console
and enter your credentials. Now, you should be able to see the WildFly home page