Tomcat service does not start after installing XAMPP

I followed the steps to install XAMPP 1.7.7 on Windows 7 Home (64-bit)

  • I downloaded the ZIP file instead of the EXE file and saved it in the Downloads folder.

  • Using WinRAR, I extracted all the contents from it.

  • After extracting the ZIP file, I moved the newly created folder "xampp" from "Downloads" to "C: \"

  • Then I turned off User Account Control (UAC).

  • Then go to "C: \ xampp" and create a desktop shortcut.

  • Open the shortcut for the new XAMPP Control Desktop and β€œGet started” with those for MySQL, Apache and Tomcat. For MySQL, Apache, I see a green "Running" indicator. However, there is NOTHING for Tomcat. The log shows that Tomcat started working on port 8080, but actually it is not, and I do not see the green "Running" indicator.

When I open a web browser and type http: // localhost , I see the XAMPP splash screen. But, if I try with http: // localhost: 8080 , it shows "cannot connect." If I go to Tomcat Status, I see:

XAMPP Status This page offers you one page to view all the information about what works and what works and what doesn't work.

MySQL database ACTIVATED PHP ACTIVATED HTTPS (SSL) ACTIVATED Common Gateway Interface (CGI) ACTIVATED Server Side Includes (SSI) ACTIVATED SMTP Service DEACTIVATED FTP Service DEACTIVATED Tomcat Service DEACTIVATED 

Why is Tomcat DEACTIVATED? I tried installing XAMPP 1.7.7 with a .EXE file, and the same thing happens. How can i fix this?

+6
source share
3 answers

For some reason, your xampp application cannot run the calatina_start batch file. Go to c: \ xampp \ tomcat \ click "catalina_start", it will run the batch file for you, and then if you check the status on localhost again, it will show you that the tomcat service is activated and you can load localhost: 8080. But I do not know why it does not work with xampp automatically. Hope this helps. If you find out something else, let me know.

+11
source

I found that there might be some kind of error on the way to the katalin, because in my case it worked right after installation, and it says: Katalina is main: xampp / tomcat but when you stop everything and you start again or even after rebooting the path for the catalina of the house, set in the black DOS window: xampp / tmp / tomcat and the message: "Path not found" I suppose there is a basic error ...

Relationship schubi

+5
source

Make sure Java jdk is installed on your PC. Download a copy here and run your xampp.

+1
source

Source: https://habr.com/ru/post/910099/


All Articles