slackbuilds_ponce/network/jboss-as
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
doinst.sh
jboss-as.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
jboss-as.SlackBuild
rc.jboss-as
README
slack-desc

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.

JBoss-AS requires a "jboss" user and group; create these before running the
SlackBuild script. Examples:

# 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