# devcenter-embedded-tomcat **Repository Path**: ccpengfh/devcenter-embedded-tomcat ## Basic Information - **Project Name**: devcenter-embedded-tomcat - **Description**: tomcat嵌入式栗子 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-05-07 - **Last Updated**: 2023-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Deploy](https://www.herokucdn.com/deploy/button.svg)](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).