Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 2.05 KB

README.md

File metadata and controls

34 lines (23 loc) · 2.05 KB

Apache Tomcat for Platform.sh

Deploy on Platform.sh

This project provides a starter kit for Apache Tomcat hosted on Platform.sh. Tomcat itself is downloaded on the fly in the build hook based on the provided pom.xml file.

Apache Tomcat is an open-source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and WebSocket technologies.

Features

  • Java 11
  • Automatic TLS certificates
  • Maven-based build

Customizations

The following files and additions make the framework work. If using this project as a reference for your own existing project, replicate the changes below to your project.

References