SlackBuilds Repository

15.0 > Network > wildfly (30.0.1)

WildFly is a free, open source, Java EE certified platform
for developing and deploying enterprise Java applications, Web
applications, and Portals, WildFly Application Server provides the
full range of Jakarta EE 10 features as well as extended enterprise
services including clustering, caching, and persistence.

WildFly requires a "wildfly" user and group; create these before
running the SlackBuild script. Examples:

# groupadd -g 282 -r wildfly
# useradd -u 282 -M -r -s /bin/bash -d /usr/share/wildfly \
-c "WildFly Application Server" -g wildfly wildfly

Read the documentation https://docs.wildfly.org

This script created a default installation so the application
is available at http://localhost:8080 and the administration
console at http://localhost:9990/console.
To connect to the console, you need to create an admin user with

# /sbin/add-user.sh -m -u wildfly -p **secret**

This requires: zulu-openjdk17

Maintained by: Giorgio Peron
Keywords: jee,jboss,wildfly
ChangeLog: wildfly

Homepage:
https://wildfly.org

Source Downloads:
wildfly-30.0.1.Final.tar.gz (c6d6ac6d8adfd41ec88cb0cc45adf4d6)

Download SlackBuild:
wildfly.tar.gz
wildfly.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
rc.wildfly
slack-desc
wildfly.SlackBuild
wildfly.info

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds