summaryrefslogtreecommitdiffstats
path: root/network/wildfly/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/wildfly/README')
-rw-r--r--network/wildfly/README11
1 files changed, 10 insertions, 1 deletions
diff --git a/network/wildfly/README b/network/wildfly/README
index 4b8fa66f96..c7f40c6ac5 100644
--- a/network/wildfly/README
+++ b/network/wildfly/README
@@ -1,7 +1,7 @@
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
+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
@@ -10,3 +10,12 @@ 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**