Browse Source

better hints

master
parent
commit
ff25740bcf
  1. 4
      glassfish/glassfish.spec

4
glassfish/glassfish.spec

@ -32,7 +32,7 @@ Class: EVAL
Group: Web
License: CDDL/GPL
Version: 3.1.2
Release: 20120301
Release: 20120623
# list of sources
Source0: http://download.java.net/glassfish/%{version}/release/glassfish-%{version}.zip
@ -142,6 +142,8 @@ PreReq: OpenPKG, openpkg >= 20100101, java, JAVA-JDK
echo " \$ $RPM_INSTALL_PREFIX/bin/asadmin change-admin-password"
echo " \$ $RPM_INSTALL_PREFIX/bin/asadmin enable-secure-admin"
echo " \$ $RPM_INSTALL_PREFIX/bin/openpkg rc glassfish stop start"
echo "After this connect to the GlassFish admin console by visiting URL:"
echo " https://127.0.0.1:4848/"
) | %{l_rpmtool} msg -b -t notice
fi
if [ $1 -eq 2 ]; then

Loading…
Cancel
Save