Simple Demo Script for Installing GlassFish.
Setup
|
java -jar glassfish-installer-v2-b<XX>-<platform>.jar
This creates a 'glassfish' directory. Show the archive size and mention the reasonable size given it contains a fully-featured application server (including clustering, WSIT and OpenESB)
$GLASSFISH_HOME/lib/ant/bin/ant -f setup.xml
This creates a domain using the "developer" profile (alternatively you can also use the setup-cluster.xml to show the added cluster nodes in the Web UI)
$GLASSFISH_HOME/bin/asadmin start-domain domain1
... and logging into http://localhost:4848 with admin/adminadmin credentials.