Introduction to Tomcat

Apache Tomcat (called "Tomcat" for short) is an open-source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and WebSocket technologies.

Introduction to Tomcat

Apache Tomcat (called "Tomcat" for short) is an open-source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and WebSocket technologies. Tomcat provides a "pure Java" HTTP web server environment in which Java code can run.

Introduction to Tomcat

Tomcat: Java.Net.BindException: Address Already In Use:Bind

This is expectation occurs when tomcat server is already using port or the process has not been closed yet.

How to kill process running on that specific tomcat port:

Step-1: Got to (Open) Command Prompt (Press Window +R) or type cmd on run.

Step-2: Get running process for port on command prompt.

netstat -aon |find /i "listening" |find "PORT"

Step-3: Kill Process.

taskkill /F /PID ProcessID

blog

copyright©2023 Full Stack Developer - Kripesh Bista all rights reserved