summaryrefslogtreecommitdiffstats
path: root/network/wildfly/README
blob: 13ea6db2fc2dc0d1316706d31a2f16862a4cd63c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 Java EE 7 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