Apache Tomcat
Apache Tomcat is an open-source application server that runs Java Servlets and JavaServer Pages (JSP). It allows developers to deploy and manage Java web applications by handling HTTP requests and serving dynamic content. Tomcat is widely used for lightweight web applications and supports various Java EE features like WebSockets and JNDI.
Apache Tomcat
Installation
Default install:
1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/apache-tomcat.sh)"
Notes
User can select which Adoptium JDK should be used for the selected Tomcat version (9, 10.1 or 11).
Web Interface
Links
This post is licensed under CC BY 4.0 by the author.