Skip to content

halfray/jetty-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Embedding jetty server in any ide, The code in this tested from Jetty 8.

Crucial Files

  • pom.xml
  • src/main/resources/jetty.xml

Usage

String[] args = new String[] { "src/main/resources/jetty.xml" };
XmlConfiguration.main(args);

About

demo for embed jetty in any ide.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published