Browsing tag

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 on Debian 10 / Debian 9

Apache Tomcat is an open-source webserver to run Java web applications developed by the Apache Software Foundation (ASF). Tomcat contains Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket technologies, and provides a “pure Java” HTTP web server environment for running Java codes.

How To Install Apache Tomcat 10/9 on CentOS 8 / RHEL 8

Apache Tomcat is an open-source Java HTTP web server developed by the Apache Software Foundation (ASF). Tomcat helps to deploy the Java Servlet and the JavaServer Pages (JSP) and serves them like an HTTP web server. In this post, we will see how to install Apache Tomcat 10/9 on CentOS 8 / RHEL 8. Prerequisites […]

How To Install Apache Tomcat 10 On Ubuntu 20.04 / Ubuntu 18.04

Apache Tomcat (aka Tomcat Server) is an open-source Java servlet container developed by the Apache Software Foundation. Tomcat implements Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a “pure Java” HTTP web server environment for running Java codes. Here is the post about how to install Apache Tomcat on Ubuntu 20.04 / […]

How To Install Apache Tomcat 10 On Linux Mint 20 / Linux Mint 19

Apache Tomcat is an open-source Java servlet container developed by the Apache Software Foundation (ASF). Tomcat implements Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a “pure Java” HTTP web server environment for running Java codes. In Tomcat, you can deploy an application by using a war file through the Web Manager […]