https://store-images.s-microsoft.com/image/apps.60369.0ace77be-022f-490f-a574-639799644484.31470320-f33b-4c06-b81f-e3dc33880e18.d142381b-58c9-4191-8807-2ca13ba7a125

WildFly

بواسطة kCloudHub LLC

(1 التقييمات)

Version 33.0.2 + 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:

$ cd /opt/wildfly/bin

To start WildFly:

$ sudo systemctl start wildfly

To restart WildFly:

$ sudo systemctl restart wildfly

To check WildFly version:

$ ./standalone.sh --version

To create admin user:

$ sudo ./add-user.sh

to acess on browser

$ http://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.