V2
Milestone 4 - Build 33 is the fourth milestone for GlassFish
v2.
V2
Milestone 3 - Build 28 is the third milestone for GlassFish
v2. Highlights of this milestone includes AppServer Profile
support,
Admin GUI now uses JSF, Update Center functionality has been
added, JSR-196 Public Draft implementation, WSIT integration has been
completed,
In-memory replication is partially implemented, and JBI has been fully
integrated.
V2
Milestone 2 - Build 19 is the second milestone for GlassFish
v2. Most notable features of this milestone release are - early
integration of WSIT, JKS replaces NSS, Clustering for MacOS, and
numerous bug fixes.
V2
Milestone 1 - Build 13 is the first milestone for GlassFish
v2. It contains clustering, JAXWS 2.0.1 and many bug fixes.
GlassFish v1
V1
UR1 P01 - UR1 P01 Build 02 includes a performance bug fix for
SPECjAppServer and a fix for when undeployment fails when symbolic
links are used.
V1 UR1
- UR1 Build 14 is the final build for GlassFish v1 UR1. This is the
latest update release to GlassFish v1 with many improvements.
Source code for GlassFish is available on the corresponding weekly
promoted build pages above. Some technologies are developed in other
projects and only a binary version
is available in the GlassFish project source tree. To find more
information on where to find sources see this page.
If you are interested in the source code for nightly builds it is
available under version
control - CVS.
Instructions to unbundle and configure GlassFish
To install and configure GlassFish you need
to have JDK 5 installed on your system. The configuration processing
depends on Ant (1.6.5). The bundle includes an Ant distribution
that has been extended with tasks to facilitate developing Java EE 5
applications for the application server.
Download one of the bundles to disk, set JAVA_HOME to JDK 5.
Run:
% java -Xmx256m -jar filename.jar
This command will unbundle GlassFish and create a new directory
structure rooted under a directory named 'glassfish'.
% cd glassfish
If you are using a machine with an operating system that is a
derivative of UNIX(tm), set the execute permission for the Ant binaries
that are included with the GlassFish bundle.
% chmod -R +x lib/ant/bin
% lib/ant/bin/ant -f setup.xml
OR
for Windows:
% lib\ant\bin\ant -f setup.xml
For GlassFish V2 with Clustering supported installation, just change
step 4 from the above installation
Implementation for Java
Persistence API standalone bundle is generated from the GlassFish
code base. Only promoted builds of the Java Persistence API
bundle are available.