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

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