Browsing tag

apache tomcat

How to Install Apache Tomcat on Debian 11

Apache Tomcat (previously known as Apache Jakarta Tomcat) is an open-source implementation of the Java Servlet and JavaServer Pages technologies. Here, we will see how to install Apache Tomcat on Debian 11. Install Java Tomcat requires Java JRE on the system. You can either install Oracle JDK or OpenJDK. For this demo, we will go […]

How To Install Apache Tomcat 9.0 / 8.5 on CentOS 7 / RHEL 7

Apache Tomcat is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle and provides a “pure Java” HTTP web server environment for running the Java codes. Apache Tomcat includes tools for configuration and management, but it […]