Tag: apache

image 27 - 📴 Remote Shutdown Apache Tomcat

📴 Remote Shutdown Apache Tomcat

In this article, I’m going to talk about the usage of Apache Tomcat’s shutdown functionality and how one can use it to remotely shutdown multiple Tomcat applications. Apache Tomcat has a shutdown functionality that allows you to...

maxresdefault - ❌ Uninstall Apache Tomcat 10.0 Application Server

❌ Uninstall Apache Tomcat 10.0 Application Server

You can uninstall Apache Tomcat from either a Windows or Linux server with the following steps: Step 1: Stop the Tomcat service On Windows: On the machine where the product is installed, click Start > Control...

image 20 - Introduction to Tomcat 🗃️Logging

Introduction to Tomcat 🗃️Logging

Upon starting Apache Tomcat will create several log files in the tomcat/logs directory. In this article, we’ll focus on the default and most common logging implementation used for Tomcat – the included JULI implementation...

what is ssl - Configure 🔒 SSL on Apache Tomcat

Configure 🔒 SSL on Apache Tomcat

To set SSL on Tomcat, we need a digital certificate that can be created using Java keytool for the development environment. For the production environment, you should get a certificate from trusted providers such as Lets’ Encrypt...

Apache mod rewrite vulnerability - ⚠️ CVE-2011-3368

⚠️ CVE-2011-3368

The information has been provided by Rodrigo Marcos. A recent Apache vulnerability has been made public whereby an attacker could gain unauthorised access to content in the DMZ network: The mod_proxy module in the Apache HTTP Server 1...