Installing Apache on Windows 2006-12-11 - By Farid Izem
Back Hi All,
I have installed Jdk 1.5.0_09 and Tomcat 5.5.20 on Windows. I d'like to tune the service and make a separate instance of Tomcat (ie CATALINA_BASE).
According the Windows Service How-To, i have suppress The default Service using tomcat5.exe //DS//Tomcat5
I'm trying to reinstall one using the following command :
D:\Applis\Tomcat\Tomcat 5.5.16\bin>tomcat5.exe //IS//Tomcat --Description "Apache Tomcat 5 Production" --install="D:\Applis\Tomcat\Tomcat 5.5.16\bin\tomcat5.exe" --Jvm=Auto --StartMode=Jvm --StopMode=jvm --StartClass=org.apache.catalina.startup.Bootstrap --StartParams=start --StopClass=org.apache.catalina.startup.Bootstrap --StopParams=stop --JvmMs=512M --JvmMx=512M --JavaHome="D:\Applis\Java\jdk1.5.0_04" --Classpath=%JAVA_HOME%\lib\tools.jar;%CATALINA_HOME\bin\bootstrap.jar
Each time, i try to start the Window Service, it refuses to start with error 0 (0x0). What am i doing wrong ? As soon as my system variable JAVA_HOME and CATALINA_HOME Are well set.
Can anyoine help me ?
Kind Regards.
Farid.
|
|