You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Peter Alfors <pe...@irista.com> on 2001/02/07 19:31:19 UTC

Re: can't start tomcat ????

the semi-colon is probably it.  I didn't notice that.  :)

Mike Campbell wrote:

> >>>>> "PA" == Peter Alfors <pe...@irista.com> writes:
>
> PA> Have you checked that TOMCAT_HOME is actually being set before you
> PA> run tomcat.bat? Maybe try to run startup.bat. It will tell you if
> PA> it TOMCAT_HOME is not specified. Also, did you check to make sure
> PA> that the servlet.jar is in the tomcat\lib directory?
>
> PA> majid kamal wrote:
>
> >> 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;
>
> Is TOMCAT_HOME supposed to have a trailing semicolon?
>
> --