-
Notifications
You must be signed in to change notification settings - Fork 15
Download GeoServer Enterprise
The main donload link for nightly builds and official releases will be this one.
Specifically, nightly builds will be made available at this link while at top page indicated above official releases will be found directly.
The current stable release is 2.2.6. Artifacts can be downloaded from here.
Currently there is an issue open for creating a Windows installer (#99).
Nighly builds will be create every night and made available for download. Users shall feel free to use them in between official release in case a bug that bothers them was fixed and they need the fix right away. At this link you'll see various sudirectories containing the binaries for the last 10 days plus a special directory for the latest available build.
The layout is the same for the community GeoServer nightly builds. They are available in the following formats:
- Web archive (.war)
- OS-independent binary (.bin)
WARNING on using the OS-Indipendent binary The OS Indipendent binary contains an embedded version of the Jetty Servelt Container and it is intended for being used for testing prototyping. Please, refere to the GeoServer in Production resources available on the web( here, here and here) for Enterprise class deployment, based on using the WAR file.
The files are named according the form:
geoserver-a.b.x-mmddyy-format.zip where
- a.b.x is the branch version number (such as 2.1.x)
- mmddyy is the date of the build (the most recent build is additionally listed as latest)
- format is the release format (currently either bin or war)
Extensions and Selected Community Modules are also available as part of the nightly builds. They are located in subdirectories named ext-mmddyy and community-mmddyy. (The most recent extensions build is additionally listed in the subdirectory ext-latest.)
In order to install an extension of a community modules, generic instructions are, as usual:
- Download the zip file that contains all the needed files
- Stop GeoServer Container
- Extract the files contained in the zip to the WEB-INF/lib directory of your GeoServer installation.
- Restart GeoServer
et voilà with some luck the Extension should be working. For additional info you should refere to the specifica documentation page for the extension you are trying to install.