https://github.com/michaelliao/jerrymouse
Jerrymouse is a mini version of Tomcat.
https://github.com/michaelliao/jerrymouse
Last synced: about 1 year ago
JSON representation
Jerrymouse is a mini version of Tomcat.
- Host: GitHub
- URL: https://github.com/michaelliao/jerrymouse
- Owner: michaelliao
- License: gpl-3.0
- Created: 2023-04-29T00:31:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T02:02:55.000Z (over 1 year ago)
- Last Synced: 2025-02-21T04:08:04.870Z (about 1 year ago)
- Language: Java
- Homepage: https://liaoxuefeng.com/books/jerrymouse/
- Size: 3.71 MB
- Stars: 75
- Watchers: 2
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Jerrymouse
README
# Jerrymouse


Jerrymouse is a minimum version of the Tomcat Server.
[Download](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](https://liaoxuefeng.com/books/jerrymouse/)