Jetty - Base

Java Conceptuel Diagram

About

jetty.base is the jetty configuration directory.

This is where the etc, webapps and start files will be looked for.

If not found in jetty.base, they are looked for in jetty.home.

A Jetty base directory allows the configuration and web applications of a server instance to be stored separately from the Jetty distribution, so that upgrades can be done with minimal disruption.

It defines the location of a specific implementation of a Jetty server, its configuration, logs and web applications (typically start.d/*.ini files, logs and webapps).

The Jetty - Getting started (Hello World) a fully-functioning Jetty Base complete with numerous web applications demonstrating different Jetty functionality.

Set

Set as property

jetty.base=[directory]

or env variable JETTY_BASE





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 - Project

Jetty - Project
Java Conceptuel Diagram
Jetty - Startup

Start of Jetty it is not recommended to run Jetty from the directory but from a separate {jetty.base} directory This will start the server on as usual from the current...



Share this page:
Follow us:
Task Runner