Passer au contenu principal
https://catalogartifact.azureedge.net/publicartifacts/kcloudhubllc1763357129530.wildfly-21bf1cc7-e59e-45ca-a5db-e479828ce373/image2_cloud.png

WildFly

par kCloudHub LLC

(1 évaluations)

Version 40.0.0 + 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.

Usage Instruction

Reload systemd and start WildFly:
$sudo su
$cd /tmp
$sudo systemctl daemon-reload
$sudo systemctl restart wildfly
$sudo systemctl status wildfly

Access WildFly in Browser http://SERVER_IP:8080

Then Access the Management Console:
$ sudo systemctl stop wildfly

$sudo -u wildfly /opt/wildfly/bin/standalone.sh \
-b 0.0.0.0 \
-bmanagement 0.0.0.0

Then run on browser http://SERVER_IP:9990
  

To get Admin Login Details: cat /var/WildFly/credentials.txt

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.