Skip to content
scsibug edited this page Mar 24, 2011 · 14 revisions

Download Released WARs

Binary archives are available for released versions of Fermata. In the archive exists a standalone "executable WAR", which can be run by double-clicking, or deployed in the servlet container of your choice.

Standalone WARs

The web server port, and SMTP server port can be specified as environment variables.

java -jar -DjettyPort=8080 -DfermataSmtpPort=2500 fermata.war

Port 8080 is the default for the webserver, but can be changed with the jettyPort environment variable as shown. The SMTP server defaults to port 2500, but can be changed with the fermataSmtpPort environment variable.

Version 0.7

Version 0.6

Version 0.5

Version 0.3

Version 0.2

Version 0.1