[PR #2797] [MERGED] Apache Tomcat #3896

Closed
opened 2025-11-20 06:07:16 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2797
Author: @MickLesk
Created: 3/3/2025
Status: Merged
Merged: 3/4/2025
Merged by: @michelroegl-brunner

Base: mainHead: apache_tomcat


📝 Commits (4)

📊 Changes

3 files changed (+240 additions, -0 deletions)

View changed files

ct/apache-tomcat.sh (+41 -0)
install/apache-tomcat-install.sh (+160 -0)
json/apache-tomcat.json (+39 -0)

📄 Description

✍️ Description

Add new Script - Apache Tomcat

Link: #

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • 🆕 New script – A fully functional and tested script or script set.
  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/2797 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 3/3/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `apache_tomcat` --- ### 📝 Commits (4) - [`6b931cc`](https://github.com/community-scripts/ProxmoxVE/commit/6b931ccc6d4f7f2c71dcccc3254a9051ccc43324) New Script: Apache Tomcat - [`5fbccd8`](https://github.com/community-scripts/ProxmoxVE/commit/5fbccd87cdc89cecb5ef42861379a0f23b77e3a8) Update apache-tomcat.sh - [`2313b13`](https://github.com/community-scripts/ProxmoxVE/commit/2313b134c23e486467bd9f25cefb29756f495a22) Update apache-tomcat.json - [`5cc250e`](https://github.com/community-scripts/ProxmoxVE/commit/5cc250ebad51971b61c9e72e452226ffa7d0272a) Update ct/apache-tomcat.sh ### 📊 Changes **3 files changed** (+240 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/apache-tomcat.sh` (+41 -0) ➕ `install/apache-tomcat-install.sh` (+160 -0) ➕ `json/apache-tomcat.json` (+39 -0) </details> ### 📄 Description ## ✍️ Description Add new Script - Apache Tomcat ## 🔗 Related PR / Discussion / Issue Link: # ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [x] 🆕 **New script** – A fully functional and tested script or script set. - [] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:07:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3896