Table of Contents
WildFly is a modern, flexible, lightweight and managed application runtime, which is written in Java and implements the latest standards and technology of the Java Platform Enterprise Edition (Java EE) specification. WildFly is entirely free and open source, available to be run on multiple platforms.
Among the main features of this application server:
To create a WildFly application server for Java project hosting within CirrusGrid PaaS, follow the simple steps below.
1. Log in to your CirrusGrid account and click the New Environment button in the upper left corner of the dashboard.
2. In the opened environment topology wizard, navigate to the Java tab and select WildFly (the 10-16 versions are supported) from the list of available application servers. Then, specify the allocated resources limit using cloudlet sliders, choose a region (if several ones are available) and edit the name of your environment.
Note:
Click the Create button when ready.
3. Wait for a couple of minutes for your environment to be created and click the Open in Browser button next to it.
4. The WildFly default welcome page lists some useful links to help you get started.
In order to access the WildFly Administration Console, click the appropriate link (circled in the image above) or get URL from the email (received after server creation) alongside with other access credentials.
Also, you can establish an SSH connection to your WildFly server and use the WildFly CLI inbuilt utility for managing.
The WildFly application server is run in the “standalone” mode by default so that each instance is an independent process based on the configuration file defined via the STANDALONE_MODE_CONFIG environment variable.
There are four certified profiles for standalone mode:
In case of using the HA configs (the last two options), the jgroups protocol is used for messaging between nodes. It is configured to use the authorization with the MD5 token and asymmetrical encryption by default. Such an implementation prevents non-authorized nodes from being able to join a cluster and non-members from communicating with cluster members.
Note: It is highly recommended to change the default auth_value parameter within your standalone HA configuration file on the production environments.
This concludes our tutorial on the WildFly server installation! Now, you can configure it in a way you need and proceed to the application deployment.
Powered by BetterDocs
![]() | Thank you for Signing Up |