Skip to content

stas-slu/embedded-jetty-java-server-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

Basic Embedded Jetty Java Server Example

An example of how to use Jetty HTTP server in embedded mode (the server shipped together with the application as opposed of deploying the application separately on external Jetty server).

Could be started by:

  • Running the main() method.
  • By utilizing Maven exec plugin with command mvn clean compile exec:java

Then, just access http://localhost:8080/

About

Basic Embedded Jetty Java Server Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages