Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fourcube/undertow-jsp-sample
Serve JSP through an embedded webserver (Undertow).
https://github.com/fourcube/undertow-jsp-sample
Last synced: 2 months ago
JSON representation
Serve JSP through an embedded webserver (Undertow).
- Host: GitHub
- URL: https://github.com/fourcube/undertow-jsp-sample
- Owner: fourcube
- Created: 2014-11-03T08:14:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T07:25:54.000Z (about 9 years ago)
- Last Synced: 2024-04-15T20:51:43.279Z (9 months ago)
- Language: Java
- Size: 4.61 MB
- Stars: 10
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Undertow JSP sample
This project demonstrates how to serve a JSP file through an embedded Undertow server.
## Running### *nix
```bash
./gradlew run
```### Windows
```bash
./gradlew.bat run
```