https://catalogartifact.azureedge.net/publicartifacts/kcloudhubllc1763357129530.wildfly-34be1ff3-a627-468f-b724-c2a235c9472b/16979f18-6f8c-4e3e-82ac-59b25a05c130_cloud.png

WildFly

par kCloudHub LLC

(1 évaluations)

Version 39.0.1 + Free Support on Ubuntu 24.04

WildFly is a lightweight, open-source Java application server that provides a complete environment for deploying, managing, and hosting Java EE (Jakarta EE) applications. It offers a modular architecture, high performance, and flexible management tools suitable for both development and production environments.

Key Features of WildFly:

  • Open-source and community-supported Java application server.
  • Modular architecture for faster startup and efficient memory usage.
  • Supports Java EE / Jakarta EE standards including EJB, Servlets, JSP, JPA, CDI, and RESTful services.
  • Command-line interface (CLI) and web-based admin console for easy management.
  • High-performance and scalable for enterprise-grade applications.

WildFly Usage Guide

1. Switch to Root User

$ sudo su
  

2. Create Admin (Management) User

$ cd /opt/wildfly/bin
$ ./add-user.sh
  

3. Start WildFly Server

$ cd /opt/wildfly/bin
$ ./standalone.sh -b=0.0.0.0 -bmanagement=0.0.0.0
  

4. Access WildFly in Browser

Application URL:

http://SERVER_IP:8080
  

Admin Console URL:

http://YOUR_SERVER_IP:9990
  

Disclaimer:
WildFly is an open-source software maintained by the WildFly community. This content is provided for informational purposes only. We are not affiliated with or endorsed by the WildFly project. All trademarks and product names belong to their respective owners.