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
- Host: GitHub
- URL: https://github.com/tnas/self-contained-app
- Owner: tnas
- Created: 2019-10-08T18:51:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T18:25:59.000Z (over 1 year ago)
- Last Synced: 2025-03-31T04:12:57.748Z (about 1 year ago)
- Topics: embedded-tomcat, java, servlet
- Language: CSS
- Homepage:
- Size: 11.2 MB
- Stars: 6
- Watchers: 0
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)