https://github.com/heroku/devcenter-embedded-tomcat
https://github.com/heroku/devcenter-embedded-tomcat
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/heroku/devcenter-embedded-tomcat
- Owner: heroku
- Created: 2011-11-03T02:53:39.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-06-19T01:55:17.000Z (7 months ago)
- Last Synced: 2025-06-19T02:37:25.121Z (7 months ago)
- Language: Java
- Homepage:
- Size: 83 KB
- Stars: 341
- Watchers: 118
- Forks: 289
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://heroku.com/deploy)
# Create a Java Web Application using Embedded Tomcat
This tutorial will show you how to create a simple Java web application using embedded Tomcat.
## Prerequisites
* Basic Java knowledge, including an installed version of the JVM and Maven.
* Basic Git knowledge, including an installed version of Git.
* A Java web application. If you don't have one follow the first step to create an example. Otherwise skip that step.
## Skip The Application Creation
If you want to skip the creation steps you can clone the finished sample and then skip to the 'Deploy Your Application to Heroku' section:
```
$ git clone git@github.com:heroku/devcenter-embedded-tomcat.git
```
## Follow the Guide
If you would like to create the application yourself, then follow the Dev Center guide on how to [Create a Java Web Application using Embedded Tomcat](https://devcenter.heroku.com/articles/create-a-java-web-application-using-embedded-tomcat).