2022-03-13 23:05:58 +01:00
|
|
|
JBoss is a free, open source, Java EE certified platform
|
|
|
|
for developing and deploying enterprise Java applications, Web
|
|
|
|
applications, and Portals, JBoss Application Server provides the full
|
|
|
|
range of Java EE 6 features as well as extended enterprise services
|
|
|
|
including clustering, caching, and persistence.
|
2011-10-22 13:39:40 +02:00
|
|
|
|
2022-03-13 23:05:58 +01:00
|
|
|
JBoss-AS requires a "jboss" user and group; create these before
|
|
|
|
running the SlackBuild script. Examples:
|
2011-10-22 13:39:40 +02:00
|
|
|
|
|
|
|
# groupadd -g 254 -r jboss
|
|
|
|
# useradd -u 254 -M -r -s /bin/bash -d /usr/share/jboss-as \
|
|
|
|
-c "JBoss Application Server" -g jboss jboss
|