diff --git a/jetty-documentation/src/main/asciidoc/quick-start/getting-started/jetty-installing.adoc b/jetty-documentation/src/main/asciidoc/quick-start/getting-started/jetty-installing.adoc index 442c71f3429..2e94549b5ae 100644 --- a/jetty-documentation/src/main/asciidoc/quick-start/getting-started/jetty-installing.adoc +++ b/jetty-documentation/src/main/asciidoc/quick-start/getting-started/jetty-installing.adoc @@ -25,16 +25,16 @@ ____ http://download.eclipse.org/jetty ____ -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.` -Put this directory in a convenient location. +It is available in both zip and gzip formats; download the one most appropriate for your system. +When you download and unpack the binary, it is extracted into a directory called `jetty-distribution-VERSION.` +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).` [[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 [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 |notice.html |License information and exceptions |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.jar |Jar that invokes Jetty (see also xref:quickstart-running-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[]) +|=======================================================================