Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Basic Embedded Jetty Usage

Header Image

  1. Starting and Stopping an Embedded Jetty Server
    • The article covers how to start and stop an Embedded Jetty Server, including creating a server instance, adding a handler, and stopping the server.
  2. Configuring an Embedded Jetty Server
    • This article covers the process of configuring an Embedded Jetty Server, including setting the port number and context path.
  3. Deploying a Web Application to an Embedded Jetty Server
    • This article covers the process of deploying a web application to an Embedded Jetty server using a WAR file, including steps to download and install Embedded Jetty, setting up a new directory, starting the server, and accessing the web application through a web browser.
  4. Accessing a Web Application Deployed to an Embedded Jetty Server
    • The article covers the steps to access a web application deployed on Embedded Jetty from a web browser.

Table of contents