diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2011-10-22 09:39:40 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-22 09:39:40 -0200 |
commit | 7210aa7ce7369e44f5cdbc9bf19d28f0c6106d35 (patch) | |
tree | 83618c690e995c196e623efbb0e3cebf7958a9a3 /network/jboss-as/README | |
parent | bc62703ddf604c8b41f727ec6346a0c05bb002c3 (diff) | |
download | slackbuilds-7210aa7ce7369e44f5cdbc9bf19d28f0c6106d35.tar.gz |
network/jboss-as: Added (JBoss Application Server)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/jboss-as/README')
-rw-r--r-- | network/jboss-as/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/jboss-as/README b/network/jboss-as/README new file mode 100644 index 0000000000..4d0ab1453a --- /dev/null +++ b/network/jboss-as/README @@ -0,0 +1,12 @@ +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 |