Running Tomcat XAMPP add-on does not work

I installed XAMPP 1.7.7, including:

Apache 2.2.21 MySQL 5.5.16 PHP 5.3.8 phpMyAdmin 3.4.5 FTP file server 0.9.39 Tomcat 7.0.21 (with mod_proxy_ajp as a connector).

My other service work is expected for Tomcat.

Things I did right now to fix this: I realized that I did not have java on my computer since there was no path for java on the command line. So I installed JAVA 1.7.0 and also set the "path to the environment".

But still they don’t start it.

Any help would be greatly appreciated.

Relations Zeeshan

+5
source share
4 answers

Assuming windows os,

1. "JAVA_HOME" jdk (imp: - \bin, c:\java\jdk_1_7_0 ).

2. "JRE_HOME" jre (imp: - \bin, , bin, ).

3. "" : < > ;% JAVA_HOME%/bin;% JRE_HOME%/bin;

xampp tomcat % JAVA_HOME% % JRE_HOME% , , bin, . Tomcat.

, xampp . , x:\xampp\tomcat\conf\tomcat-users.xml

+8

, 32- Tomcat 64- . ( XAMPP 1.8.3 64- Windows 8).

-:

  • , JAVA_HOME jdk ( \bin);
  • , %JAVA_HOME%\bin; %PATH%.

:

  • Tomcat7, ;
  • 64- Tomcat 7 Windows ( , - 7.0.42 ;
  • tomcat7.exe tomcat7w.exe C:\xampp\tomcat\bin , zip .

( XAMPP, ), .

+4

bat C:\XAMPP\catalina_start

catalina_start, catalina_stop

XAMPP

+3

catalina.bat C:\xampp\tomcat >

C:\XAMPP\ > catalina.bat

CURRENT_DIR =% % "" CATALINA_HOME =% CURRENT_DIR%"

% cd% .

0

All Articles