diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2014-11-14 08:23:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-14 08:23:45 +0700 |
commit | b95188286350c72bd5e887a7d89d9f8dbf2529b4 (patch) | |
tree | 878c177cdedbabd62011e30460da452554eb389d /network/glassfish/README | |
parent | e60371d31affacace7316473cc2d9e631f64cb8c (diff) | |
download | slackbuilds-b95188286350c72bd5e887a7d89d9f8dbf2529b4.tar.gz |
network/glassfish: Updated for version 4.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/glassfish/README')
-rw-r--r-- | network/glassfish/README | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/network/glassfish/README b/network/glassfish/README index d051765c40..0d54e4fd07 100644 --- a/network/glassfish/README +++ b/network/glassfish/README @@ -1,16 +1,16 @@ -glassfish (Java EE Application Server) +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. -It is an open-source application server for the Java EE platform. -It supports Enterprise JavaBeans, JPA, JavaServer Faces, JMS, RMI, -JavaServer Pages, servlets, etc. +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 -On 64bit platforms without multilib, updatetool and pkg don't work. +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. -If "asadmin start-domain" fails to start a domain after executing -updatetool, then updatetool may have written "proxy.use.system: true" -in "$GLASSFISH_HOME/.updatetool/init.cfg". Since Java SE depends on -GNOME libraries to detect system proxy, system proxy should be disabled -on slackware. In this case, -1) try "http_proxy= asadmin start-domain" or -2) set proxy.use.system to false in "$GLASSFISH_HOME/.updatetool/init.cfg" or -3) remove "$GLASSFISH_HOME/.updatetool" entirely. +The rc.glassfish script will operate on the default domain unless another is +specified on the command line. |