Hi!
My Tomcat Service is Stopping automatically after starting. Please help resolve the issue.
Hi!
My Tomcat Service is Stopping automatically after starting. Please help resolve the issue.
Hi!
Check if port no 8005 is consumed by another service given in the below screenshot.
Open Command Prompt
Run command netstat -ano |findstr 8005
Change the port number in server.xml file under apache-tomcat/conf/ location.
Start tomcat service.