Jetty - Distribution

Java Conceptuel Diagram

About

The jetty distribution

Directory

The home directory of the distribution is known as jetty-home.

Download

File Structure

license-eplv10-aslv20.html (License file for Jetty)
README.txt                 (Useful getting started information)
VERSION.txt                (Release information)
bin/                       (Utility shell scripts to help run Jetty on Unix systems)
demo-base/                 (A Jetty base directory to run a Jetty server with demonstration webapps)
etc/                       (Directory for Jetty XML configuration files)
lib/                       (All the JAR files necessary to run Jetty)
logs/                      (Directory for request logs)
modules/                   (Directory of module definitions)
notice.html                (License information and exceptions)
resources/                 (Directory containing additional resources for classpath, activated via configuration)
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 Running Jetty)
webapps/                   (Directory containing webapps that run under the default configuration of Jetty)





Discover More
Java Conceptuel Diagram
Jetty - Getting started (Hello World)

Within the standard Jetty distribution, there is the demo-base directory that is a Jetty Base Then go to ...
Java Conceptuel Diagram
Jetty - Home

the home directory defines the location of the jetty distribution, , its libs, default modules and default XML files (typically start.jar, lib, etc). Set as property or as environment variable



Share this page:
Follow us:
Task Runner