주 콘텐츠로 건너뛰기
https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.wildflyy-18999714-326d-4d6e-945c-1a8edf93e676/image0_pcloud.png

WildFly

pcloudhosting에 의해

(1 등급)

Version 39.0.1 + Free Support on Ubuntu 24.04

WildFly is a powerful, open-source Java EE (Jakarta EE) application server. It provides a fast, lightweight, and modular runtime for deploying enterprise applications, making it ideal for cloud and microservices architectures.

Features of WildFly:

  • High-performance, modular, and lightweight application server.
  • Supports Java EE (Jakarta EE) for enterprise-grade applications.
  • Flexible configuration with both standalone and domain modes.
  • Built-in support for clustering, high availability, and load balancing.
  • Integration with modern DevOps tools and cloud environments.

WildFly Usage:

# Switch to root user:
$ sudo su
$ apt update
$ cd ~/wildfly-docker

# Start wildfly:
$ docker start wildfly

# Create wildfly user:
$ docker exec -it wildfly bash
$ Inside shell: /opt/wildfly/bin/add-user.sh

# Restart wildfly:
$ docker restart wildfly

# Access wildfly in your browser at:
$ http://YOUR_SERVER_IP:8080
$ For Admin login: http://SERVER-IP:9990
  

Disclaimer: WildFly is an open-source application server distributed under the GNU Lesser General Public License (LGPL). It is not affiliated with, endorsed by, or sponsored by any company. WildFly is provided "as is," without any warranty, express or implied. Users utilize this software at their own risk. The developers and contributors to WildFly hold no responsibility for any damages, losses, or consequences resulting from its use. Users are advised to carefully review and comply with licensing terms and any applicable regulations while using WildFly.