diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-15 22:30:39 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 19:49:45 -0500 |
commit | 017eafd8cb7641c69d6395ae166e9e664c28468f (patch) | |
tree | 33d6240c577d12468808d1b64968801d1da29af8 /network/glassfish/README | |
parent | 57e9c3f476ae644ce34fa26a7fe8e64245f6f37d (diff) |
network/glassfish: Removed (No maintainer).
Diffstat (limited to 'network/glassfish/README')
-rw-r--r-- | network/glassfish/README | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/network/glassfish/README b/network/glassfish/README deleted file mode 100644 index 0d54e4fd07..0000000000 --- a/network/glassfish/README +++ /dev/null @@ -1,16 +0,0 @@ -Glassfish is an open-source application server for the Java EE platform. -Glassfish is the reference implementation of Java EE and as such supports -Enterprise JavaBeans, JPA, JavaServer Faces, JMS, RMI, JavaServer Pages and -servlets. - -You must have a "glassfish" user and a "glassfish" group to run this script: - groupadd -g 263 glassfish - useradd -u 263 -g glassfish -d /var/lib/glassfish -s /bin/false glassfish - -The SlackBuild will use /var/lib/glassfish to store domain and node -configuration files. The default domain1 will be installed to /var/lib but note -that this will be overwritten on upgrade, so it is advised to install any -applications into a differently-named domain. - -The rc.glassfish script will operate on the default domain unless another is -specified on the command line. |