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

https://github.com/tnas/self-contained-app

Simple Web Application with Embedded Tomcat
https://github.com/tnas/self-contained-app

embedded-tomcat java servlet

Last synced: about 1 year ago
JSON representation

Simple Web Application with Embedded Tomcat

Awesome Lists containing this project

README

          

# Self-Contained Web Application

Simple web application using embedded tomcat and downloaded/unzipped (not installed) JDK (OpenJDK).

### Usage

Clone the project or download a zip release and run the scripts accordingly:
- On Windows: `run.bat`
- On Linux: `run.sh`

## References
- [How to Embed Tomcat Server into Java Web Applications](https://www.codejava.net/servers/tomcat/how-to-embed-tomcat-server-into-java-web-applications)
- [Radiance Template](https://www.free-css.com/free-css-templates/page266/radiance)