Normally, you have to setup your environment variables before running startup.bat. I normally do this by running a separate batch file that contains the following:
C:
CD\Tomcat
SET TOMCAT_HOME=C:\Tomcat
SET JAVA_HOME=C:\jdk1.2.2
SET CLASSPATH:=...;
\bin\startup.bat
This way, you're sure that your environment is always set when you start Tomcat.
 
Regards,

ERICK RAMIREZ 
ControlServlet Team
[EMAIL PROTECTED]
REEF SA/NV
Tour Gallieni II
36, ave du Gen de Gaulle
93006 Bagnolet FRANCE
Tel +33 1 5582 9449

www.reef.com

Business is Dynamic. Take Control.
 

-----Original Message-----
From: David Hall [mailto:[EMAIL PROTECTED]]
Sent: 24 January 2001 19:30
To: [EMAIL PROTECTED]
Subject: installing tomcat on win2000 advanced server

I am trying to learn JSP and am unable to get the tomcat server to run on my system. I am currently using win2000 advance server and have downloaded Inprise jbuilder4.  When I try to run the startup.bat file from a command prompt, I get the following message: You must set JAVA_HOME to point at your Java Development Kit installation.
 
Any assistance would be very much appreciated.
 
Thank you,
 
Dave

Reply via email to