Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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
```