Merge branch 'jetty-9.4.x' of github.com:eclipse/jetty.project into jetty-9.4.x
This commit is contained in:
commit
b0c0706e8d
|
@ -25,16 +25,16 @@ ____
|
||||||
http://download.eclipse.org/jetty
|
http://download.eclipse.org/jetty
|
||||||
____
|
____
|
||||||
|
|
||||||
It is available in both zip and gzip formats; download the one most appropriate for your system.
|
It is available in both zip and gzip formats; download the one most appropriate for your system.
|
||||||
Notice that there are a number of other files with extensions of .sha or .md5 which are checksum files.
|
When you download and unpack the binary, it is extracted into a directory called `jetty-distribution-VERSION.`
|
||||||
When you download and unpack the binary, it is extracted into a directory called `jetty-distribution-VERSION.`
|
Put this directory in a convenient location.
|
||||||
Put this directory in a convenient location.
|
|
||||||
The rest of the instructions in this documentation refer to this location as either `JETTY_HOME` or as `$(jetty.home).`
|
The rest of the instructions in this documentation refer to this location as either `JETTY_HOME` or as `$(jetty.home).`
|
||||||
|
|
||||||
[[distribution-content]]
|
[[distribution-content]]
|
||||||
==== Distribution Content
|
==== Distribution Content
|
||||||
|
|
||||||
A quick rundown of the distribution's contents follows. The top-level directory contains:
|
A summary of the distribution's contents follows.
|
||||||
|
The top-level directory contains:
|
||||||
|
|
||||||
.Contents
|
.Contents
|
||||||
[width="80%",cols="40%,60%",options="header"]
|
[width="80%",cols="40%,60%",options="header"]
|
||||||
|
@ -50,8 +50,42 @@ A quick rundown of the distribution's contents follows. The top-level directory
|
||||||
|modules/ |Directory of module definitions
|
|modules/ |Directory of module definitions
|
||||||
|notice.html |License information and exceptions
|
|notice.html |License information and exceptions
|
||||||
|resources/ |Directory containing additional resources for classpath, activated via configuration
|
|resources/ |Directory containing additional resources for classpath, activated via configuration
|
||||||
|start.d/ |Directory of *.ini files containing arguments that are added to the effective command line (see start.ini)
|
|
||||||
|start.ini |File containing the arguments that are added to the effective command line (modules, properties and XML configuration files)
|
|start.ini |File containing the arguments that are added to the effective command line (modules, properties and XML configuration files)
|
||||||
|start.jar |Jar that invokes Jetty (see also xref:quickstart-running-jetty[])
|
|start.jar |Jar that invokes Jetty (see also xref:quickstart-running-jetty[])
|
||||||
|webapps/ |Directory containing webapps that run under the default configuration of Jetty
|
|webapps/ |Directory containing webapps that run under the default configuration of Jetty
|
||||||
|=======================================================================
|
|=======================================================================
|
||||||
|
|
||||||
|
[[jetty-home-downloading]]
|
||||||
|
==== Downloading the Jetty-Home Distribution
|
||||||
|
|
||||||
|
Jetty-Home is an alternate version of the distribution that contains only the necessary items to host a Jetty distribution.
|
||||||
|
It is intended for advanced users who are already familiar with Jetty and want to download a smaller distribution package.
|
||||||
|
Jetty-Home can be downloaded from the Maven Central repository:
|
||||||
|
|
||||||
|
____
|
||||||
|
*Jetty-Home*
|
||||||
|
http://central.maven.org/maven2/org/eclipse/jetty/jetty-home/
|
||||||
|
____
|
||||||
|
|
||||||
|
Like the main Jetty distribution, Jetty-Home is available in both zip and gzip formats; download the one most appropriate for your system.
|
||||||
|
Notice that there are a number of other files with extensions of .sha or .md5 which are checksum files.
|
||||||
|
When you download and unpack the binary, it is extracted into a directory called `jetty-home-VERSION.`
|
||||||
|
Put this directory in a convenient location.
|
||||||
|
|
||||||
|
[[jetty-home-distribution-content]]
|
||||||
|
==== Distribution Content
|
||||||
|
|
||||||
|
A summary of the Jetty-Home's distribution contents follows.
|
||||||
|
The top-level directory contains:
|
||||||
|
|
||||||
|
.Contents
|
||||||
|
[width="80%",cols="40%,60%",options="header"]
|
||||||
|
|=======================================================================
|
||||||
|
|Location |Description |license-eplv10-aslv20.html |License file for Jetty
|
||||||
|
|VERSION.txt |Release information
|
||||||
|
|etc/ |Directory for Jetty XML configuration files
|
||||||
|
|lib/ |All the JAR files necessary to run Jetty
|
||||||
|
|modules/ |Directory of module definitions
|
||||||
|
|notice.html |License information and exceptions
|
||||||
|
|start.jar |Jar that invokes Jetty (see also xref:quickstart-running-jetty[])
|
||||||
|
|=======================================================================
|
||||||
|
|
Loading…
Reference in New Issue