Category Archives: tomcat

How to Change the Default Port of the Tomcat Server ?

In this post, We will learn Why and how to Change the Default Port of the Apache Tomcat Server? As we know that the default port of tomcat is  (8080) sometimes it may conflict with an existing application or server on your machine(for example, another web application or server already uses this port). If such… Read More »

What is SSL (Secure Sockets Layer)?

SSL stands for Secure Sockets Layer, in short, we can say that it’s the standard technology for keeping an internet connection secure and safeguarding any sensitive data that is being sent between two systems To prevent criminals or hackers from reading and modifying any information transferred. This information could be anything sensitive or personal that… Read More »

What is Apache Tomcat?

In this post, We will discuss and learn about What is Apache Tomcat? What is Apache Tomcat? Tomcat is an open-source web server and it is developed by the Apache software foundation. It handles both static and dynamic pages. Static pages are created using HTML. Dynamic ones are generated using Servlet and JSP. Tomcat serves the… Read More »