USK
USK

Reputation: 23

Unable to run tomcat on XAMPP(windows)

I am using the windows 10 64 bit operating system.

When I open the xampp control panel and click on the start button. It says "Attempting to start tomcat" but then it gives no response

enter image description here

Then I went through some online solutions given

solution 1 Add the JRE_HOME and JAVA_HOME paths in environment variables enter image description here

solution 2 changed the key name to

HKEY_Local_Machine\SOFTWARE\JavaSoft\JDK

in tomcat_service_install.bat and tomcat_service_uninstall.bat

Even after trying these solutions, Tomcat is not working. Can someone help me with this problem?

If I missed out on any important information, I would be happy to provide it.

Upvotes: 0

Views: 318

Answers (1)

Jobu J
Jobu J

Reputation: 11

Please check the log file. The default port number 8005 and 8080 may be used by some other applications.

Upvotes: 1

Related Questions