Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 578 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 578 Bytes

Jerrymouse

Build Status

logo

Jerrymouse is a minimum version of the Tomcat Server.

Download

Jarkarta Servlet 6 standard support:

  • Support Servlet;
  • Support Filter;
  • Support Listener;
  • Support HttpSession (Cookie-mode only);
  • Not support JSP;
  • Not support async;
  • Not support WebSocket.

Key features:

  • Deploy one standard web app;
  • Not support deploy multiple web apps;
  • Not support hot reload.

Tutorial