Sunday, July 17, 2022

JSP: Deployment error: Starting of Tomcat failed, the shutdown port 8005 is already in use. See the server log for details.

Change the shutdown port number to maybe 8006 or 8004. 

Worked for me Change it at NetBeans at tools->servers->shutdown port 


https://stackoverflow.com/questions/46266986/starting-of-tomcat-failed-the-shutdown-port-8005-is-already-in-use


No comments:

Post a Comment

What are 'Piecewise Functions'?

 A single function that uses different equations depending on the input , like f(x) = x for x < 0 and f(x) = x^2 for x >0. Such func...