Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 371 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 371 Bytes

jetty-servlet-example

A no-bullshit, no-brainer J2EE Servlet example. (Without Ant, Without Maven, using Jetty 9)

To actually see something

  1. get-jetty.sh (or customize export JETTY=.. in build.sh and start-in-jetty.sh)
  2. build.sh
  3. start-in-jetty.sh
  4. Open http://localhost:8080/HelloWebServlet/.