Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 263 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 263 Bytes

TinyServletServer

A tiny server that supports requests for servlet and source file.

  1. Put the compiled servlet files under '/servlets/', like '/servlets/servlet.class'.
  2. Put other resource files (.html, .jpg, ...) under '/'.

Enter '/SHUTDOWN' to shutdown.