Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jetty/Starting/Downloads"

Line 1: Line 1:
 
{{Jetty Starting
 
{{Jetty Starting
| introduction = The following provides quick start installation instructions for Jetty. You can download the latest Jetty core components directly from Eclipse, or you can follow the link to download older Jetty versions . This page also provides Jetty packaged for Linux distributions and Hightide.
+
| introduction = Jetty may be downloaded as a distribution bundle, as a maven dependency, as an OSGI bundle, or installed via a Debian/RPM distribution.
  
 
| body =  
 
| body =  
== Downloading Jetty ==
 
=== Jetty Releases from Eclipse ===
 
Jetty 7 and later core components have moved to Eclipse.  Some accessories (maven-plugin rpms, debs, hightide) will still be available from codehaus.  Jetty 7 version numbers use four digits; the last digit may differ between Eclipse and codehaus. 
 
  
An example of versioning: for jetty-server-7.0.0.X in the org.eclipse.jetty packages, there could be several matching releases of jetty-maven-plugin-7.0.0.y  jetty-maven-plugin-7.0.0.y+1 from the org.mortbay packages.
+
== Downloading Jetty Bundles==
 +
 
 +
 
 +
 
 +
=== Download from Eclipse ===
  
 
* [http://download.eclipse.org/jetty/ Eclipse Downloads]:  
 
* [http://download.eclipse.org/jetty/ Eclipse Downloads]:  
** Jetty Web Server (HTTP & Websocket)  
+
** Core Jetty Web Server (HTTP & Websocket)  
** Jetty Servlet Container
+
** Core Jetty Servlet Container
 
** JNDI, JMX, OSGi, JASPI modules
 
** JNDI, JMX, OSGi, JASPI modules
 
** HTTP Client
 
** HTTP Client
 +
 +
=== Download from codehaus ===
 +
 
* [http://dist.codehaus.org/jetty/ Codehaus Downloads]:
 
* [http://dist.codehaus.org/jetty/ Codehaus Downloads]:
 +
** Jetty with non-eclipse modules: JSP, spring, terracotta, openspaces, etc.
 
** Hightide Application Server (Jetty WebServer plus EE features)
 
** Hightide Application Server (Jetty WebServer plus EE features)
 
** Jetty Maven plugin
 
** Jetty Maven plugin
** JSP, Spring, terracotta, openspaces, wadi, JVM httpserver integrations
 
 
** debian, RPM distributions
 
** debian, RPM distributions
 +
** Older jetty releases
  
=== Older Jetty Releases from codehaus ===
+
== Maven Repositories ==
 
+
Older Jetty releases can be downloaded by following the instructions on the [http://docs.codehaus.org/display/JETTY/Downloading+Jetty#DownloadingJetty-download codehaus wiki page]
+
 
+
=== Maven Repositories ===
+
  
 
* [http://repository.codehaus.org/ public Maven 2 releases] (org.eclipse.jetty)
 
* [http://repository.codehaus.org/ public Maven 2 releases] (org.eclipse.jetty)
 
* [http://oss.sonatype.org/content/groups/jetty/ public snapshots] (org.eclipse.jetty)
 
* [http://oss.sonatype.org/content/groups/jetty/ public snapshots] (org.eclipse.jetty)
  
=== Linux Distributions ===
+
== OSGi Update Repositories ==
 +
 
 +
== Linux Distributions ==
  
 
* [http://docs.codehaus.org/display/JETTY/Using+the+Jetty+RPMs Jetty RPMs]
 
* [http://docs.codehaus.org/display/JETTY/Using+the+Jetty+RPMs Jetty RPMs]
 
* [http://docs.codehaus.org/display/JETTY/Debian+Packages Jetty Debian Packages]
 
* [http://docs.codehaus.org/display/JETTY/Debian+Packages Jetty Debian Packages]
  
===  Hightide Releases ===
 
 
[http://docs.codehaus.org/display/JETTY/Hightide+Documentation Hightide] is a release of Jetty bundled with JNDI, JTA, JMS, and other EE technologies.
 
* [http://www.webtide.com/resources/downloads.jsp Download for Jetty Hightide releases].
 
 
=== Other ===
 
 
* [http://www.webtide.com/eclipse Jetty Eclipse plugin download site]
 
 
== Versions ==
 
 
Versions are described in the [http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk/VERSION.txt Jetty 7 Changelog].
 
 
{{:Jetty/Starting/Jetty Version Comparison Table
 
| hidetitle=true}}
 
 
You can also see [http://docs.codehaus.org/display/JETTY/Downloading+Jetty#DownloadingJetty-Versions the comparison table for earlier version of Jetty].
 
 
== Licenses ==
 
 
Jetty 7 is [http://eclipse.org/jetty/licenses.php dual-licensed] under the Apache License 2.0 and Eclipse Public License 1.0.
 
 
== Installing Jetty ==
 
 
Please see the [[Jetty/Starting/Quick Start Guide|Quick Start Guide]] to quickly install and get started with a binary version of Jetty. For installing other versions, see [[Jetty/Howto/Install Jetty|How to Install Jetty]].
 
 
}}
 
}}

Revision as of 19:53, 4 February 2010


Introduction

Jetty may be downloaded as a distribution bundle, as a maven dependency, as an OSGI bundle, or installed via a Debian/RPM distribution.

Downloading Jetty Bundles

Download from Eclipse

  • Eclipse Downloads:
    • Core Jetty Web Server (HTTP & Websocket)
    • Core Jetty Servlet Container
    • JNDI, JMX, OSGi, JASPI modules
    • HTTP Client

Download from codehaus

  • Codehaus Downloads:
    • Jetty with non-eclipse modules: JSP, spring, terracotta, openspaces, etc.
    • Hightide Application Server (Jetty WebServer plus EE features)
    • Jetty Maven plugin
    • debian, RPM distributions
    • Older jetty releases

Maven Repositories

OSGi Update Repositories

Linux Distributions

Back to the top