Promoted builds are builds of SailFin which have passed a minimum level of testing which includes the GlassFish Quick Look tests, a sub-set of SQE tests (22 in number), a sub-set of CTS tests (representative collection of 344 J2EE 1.4 tests), SailFin Quick Looks, and JSR 116 TCK (6 in number).
The SailFin installer installs the GlassFish application server and SailFin sip servlet container on top of that. The majority of the GlassFish code is available under a dual license consisting of the Common Development and Distribution License ( CDDL) v1.0 and the GNU General Public License (GPL) v2 . The following page contains details about the components in GlassFish and the licenses under which they are covered. |
The following features have been added in Milestone2
Note: This list offers files for different platforms. Please be sure to select the proper file for your platform. Carefully review the files listed below to select the one you want, then click the link to download. Some browsers may require you to right-click/CTRL-click to save these files to your computer.
Solaris SPARC Platform
Solaris x86 Platform
Windows Platform
Linux Platform
MacOS Platform
Source code for SailFin is available in the bundle below. Some technologies are developed in other projects and only a binary version is available in the SailFin project source tree. To find more information on where to find sources see this page .
To install and configure SailFin you need to have JDK 5 Update 8 or higher 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.
% java -jar filename.jar
% cd sailfin
% chmod -R +x lib/ant/bin
% lib/ant/bin/ant -f setup.xmlOR for Windows:
% lib\ant\bin\ant -f setup.xmlFor SailFin with Clustering supported installation, just change step 4 from the above installation.
% lib/ant/bin/ant -f setup-cluster.xmlOR for Windows:
% lib\ant\bin\ant -f setup-cluster.xml
Note: For executing the SailFin samples, the user must follow the steps below to configure the SailFin server.
% cd /sailfin/bin
% ./asadmin start-domain domain1
% ./asadmin start-database
% cd /sailfin/samples/sipservlet/CallSetup
% /sailfin/lib/ant/bin/ant all
% /sailfin/lib/ant/bin/ant deploy
% /sailfin/lib/ant/bin/ant undeploy