You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "D. Veniseleas" <ve...@uni-duesseldorf.de> on 2001/02/08 09:06:11 UTC

AW: can't start tomcat


-----Ursprungliche Nachricht-----
Von:	majid kamal [SMTP:yna544@onebox.com]
Gesendet am:	Mittwoch, 7. Februar 2001 18:29
An:	struts-user@jakarta.apache.org
Betreff:	can't start tomcat

Hi, I have tomcat3.1, it was woking fine, now I downloaded the last version
under windows2000, but when I try to start it like this :
C:\tomcat\bin\tomcat start
I got this error :
Unable to locate servlet.jar, check the value of TOMCAT_HOME.

TOMCAT_HOME is set to C:\tomcat; 

Could you please help me.
Thanks



__________________________________________________
FREE voicemail, email, and fax...all in one place.
Sign Up Now! http://www.onebox.com
[]  
Hi,
try to invoke tomcat like this:

java -classpath [YOURCLASSPATH] org.apache.tomcat.startup.Tomcat -home C:\tomcat

Dimitris