Tomcat Service stopping automatically after starting

My AutomationEdge Tomcat service is terminating automatically after starting. Please help me resolve the issue.

Hi! Jane,

Please can you check if port 8005 is consumed by another service. If the Tomcat shutdown port 8005 is occupied by system kernel Tomcat terminates.

Follow the procedure below -

Open Command Prompt
Run command netstat -ano |findstr 8005

The screen below shows port 8005 is consumed by another service.

Change the port number in server.xml file under apache-tomcat/conf/ location. Below is a screen shot.

Start tomcat service.

1 Like