Here my first experience installing glassfish V2 beta. I started installing glassfish V2 build 33 in a Solaris 10 11/06 local zone. The hardware I installed glassfish is a Sun X4200M2, 4Cores 2,4 Ghz each and 4GB RAM.
Here the steps to do:
Download Glassfish
> wget
http://java.net/download/javaee5/promoted/SunOS_X86/glassfish-installer-v2-b33.jar
Setup Glassfish
> java -Xmx256m -jar glassfish-installer-v2-b33.jar
> cd glassfish
> ant -f setup.xml
BUILD SUCCESSFUL
Total time: 31 seconds
Starting glassfish
>cd bin
>./asadmin start-domain domain1
Accessing Glassfish Webadmin
Firefox: http://localhost:4848/ user: admin password: adminadmin (both defaults…)

Pingback: glassfish in production at Thorleif Wiik
It specifies better the porfavor installation.
I cannot install Glassfish I have Windows xp Netbeans 5,5. already executes java – Xmx256m – to jar to glassfish-installer-v2-b33.jar
single I need to execute ant – f setup.xml. I execute cmd.exe and I put the direction of the directory glassfish (>CD C:\Documents and Settings\PC\glasfish)
C:\Documents and Settings\PC\glasfish >ant – f setup.xml ?????? not execute
Live video – glassfish installation pliss
31 vs. 52 sec – funky shit.
Mach mal ne HW-Ansage please!
http://www.wiik.de/blog/2007/06/24/web-20-hosting-on-sun-blade-6000/
Thanks for your post. Your instructions could not have been clearer. I only had one snag. My version of Solaris came with Java 1.5. I had a hell of a time finding how to switch to the new version of Java (i.e. ver 1.6) after I installed it. I did this on DOS/Windows machines many times but could not remember where to make the change to my profile…
got it working though — thanks to your post…