Reputation: 23
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
Then I went through some online solutions given
solution 1 Add the JRE_HOME and JAVA_HOME paths in environment variables
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
Reputation: 11
Please check the log file. The default port number 8005 and 8080 may be used by some other applications.
Upvotes: 1