Tag: linux

space 19070 1280 - The Benefits of Using Linux over Windows

The Benefits of Using Linux over Windows

For most of us it’s not a secret that using Windows nowadays gives you a lot of problems ranging from issues of vulnerability, pricing and even hardware compatibility. Problems like these should be easily resolved if not absent as every second...

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...