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

postgressql - ⚠️ Restrict PostgreSQL users to only one session each

⚠️ Restrict PostgreSQL users to only one session each

Recently we had a case where we needed to limit the PostgreSQL user activities to only a single connection per user, and in this article I’m going to share the experience with you. The connection limit is applied during the session connection...

47477220 22c20c00 d7f2 11e8 9a7d 551abf2a4bfa - Real-time 👀 viewing using pg_activity and pgAdmin

Real-time 👀 viewing using pg_activity and pgAdmin

pg_activity is a great command-line tool for PostgreSQL server activity monitoring., and we are gonna show you how to install it and use it on a Linux machine. But what happens when someone that doesn’t have access to that Linux machine, wants...

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

image 16 - 🔙 Undo changes to IIS with Configuration History

🔙 Undo changes to IIS with Configuration History

Did you save some changes in IIS that ended up breaking your website? Application Host Help Service is a Windows service that checks your IIS configuration every 2 minutes and backs up all changes

Untitled - Enable 📄 Detailed Error Messages in IIS

Enable 📄 Detailed Error Messages in IIS

By default, due to security reasons, IIS hides detailed information about all errors, but you can enable them when needed. Open the web.config file for the Website or Application that you want to enable detailed error messages and add the following...