Page 1 of 1

tomcat addon doesn't works

PostPosted: 20. July 2004 15:30
by argie01
Hi,

I've installed the xamp's addon to include Tomcat on my server, but I can't get it run.
The only change I did (different of the instructions to install it) was to install Java JRE on another directory. But also I modified the Java_home variable and the tomcat_start.bat to point to the real path.

So, this is the code to this bat file:

Code: Select all
set XAMPP_HOME=%cd%
rem set JAVA_HOME=%XAMPP_HOME%\java
set JAVA_HOME=Archivos de programa\Java\j2re1.4.2_04
set CATALINA_HOME=%XAMPP_HOME%\tomcat


I checked it also with this code
Code: Select all
set JAVA_HOME=\Archivos de programa\Java\j2re1.4.2_04


and this one

Code: Select all
set JAVA_HOME=C:\Archivos de programa\Java\j2re1.4.2_04


So, what's the problem ? Should I to change another file too ?

Thanks for your help !

argie