https://github.com/billmeyer/habitat-apache-tomcat8-plan
Habitat-sh Plan for installing Apache Tomcat 8.5.x
https://github.com/billmeyer/habitat-apache-tomcat8-plan
Last synced: 10 months ago
JSON representation
Habitat-sh Plan for installing Apache Tomcat 8.5.x
- Host: GitHub
- URL: https://github.com/billmeyer/habitat-apache-tomcat8-plan
- Owner: billmeyer
- Created: 2016-07-06T14:58:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T22:32:59.000Z (almost 10 years ago)
- Last Synced: 2025-04-05T20:35:57.648Z (over 1 year ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Habitat Plan for packaging up Apache Tomcat 8.x
This Habitat Plan is one of potentially many plans that produce Habitat packages for Apache Tomcat.
This particular plan focuses on the Tomcat 8 major release, specifically version 8.5.3.
If a Habitat Plan is needed for Apache Tomcat 7.x or the upcoming
Apache Tomcat 9, this plan can be forked and used as a starting point for those versions.
This plan uses configuration templates from the Tomcat 8.5.x release and, as such, is exclusive to that release of Tomcat.
Most other files (start up hooks, deployment directories, etc) have remained fairly consistent across major Tomcat releases
although this could change in the future.
Because of all this, the model is that there should be a Habitat Plan for each major release of Tomcat:
|Tomcat Version|Habitat Plan|Status|
|---|---|---|
|Tomcat 9|core/apache-tomcat9|To be developed|
|Tomcat 8|core/apache-tomcat8|Version 8.5.3 supported|
|Tomcat 7|core/apache-tomcat7|To be developed|