Install Wildfly
This tutorial will show how to download and install Wildfly application server on both Windows and Ubuntu operational systems.
Pre-requisites
- Java Development Kit – click here to follow to tutorial.
This tutorial will show how to download and install Wildfly application server on both Windows and Ubuntu operational systems.
If your memory likes to trick you like mine does, this post is for you. Below are the three most important commands for start, stop and restart Wildfly and JBoss late releases. Also, an extra for starting it in domain mode.
Read More »Start, Stop and Restart WildflyThis tutotial will show how to enable Wildfly remote access, so you can manage your application server remotely as you would at the local machine it is running on.
I believe that everyone is very used to install Wildfly on your local machine running a operation system with GUI and a web browsers available. So, when you need to log on Wildfly’s administrative page at http://localhost:8080/ to manage your application server for, by example, adding users or adding datasources, everything works as expected.
However, if your Wildfly is running on a remote machine and you try to access your administrative page through the network by it’s IP address or hostname, let’s say, at http://54.94.240.170:8080/, you will probably see a graceful This webpage is not available error, in another words, Wildfly said “No, thanks, I’m not allowing requests from another guys than the ones at my local machine”.
This tutorial will show how to add datasource to Wildfly, making use of the Postgres database.
This tutorial will show how to add a user to Wildfly, so that this new user can manage the application server.
This tutorial will show how to download and install the Wildfly application server on Windows and Ubuntu, and add Wildfly to Eclipse.