tomcat


Deploy war file on Tomcat Docker Container
War file WAR files contain all of the components of a web application, including Java class files for servlets and web services, JSPs, HTML pages, images, and other tools that can be deployed on any servlet/JSP container. The WAR file is simply a JAR file with defined Java code directories and a single configuration file:…


How to Install Apache Tomcat 9 on CentOS 8
Introduction Apache Tomcat (short for “Tomcat”) is a Java Servlet, Java Server Pages, Java Expression Language, and WebSocket implementation that is open-source. Tomcat is an HTTP web server that runs Java code in a “pure Java” environment. This tutorial describes how to install and configure Apache Tomcat 9 on CentOS 8. Note: If you are…


How to Install Tomcat 9 on Ubuntu 20.04
Introduction Apache Tomcat is a Java servlet container and an open-source web server. It is one of the most widely used programming languages for creating Java-based websites and applications. Tomcat is a lightweight framework that is simple to use and has a wide ecosystem of add-ons. This tutorial describes how to install and configure Tomcat…