You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kumar Shailendra <Ku...@msdw.com> on 2000/11/20 23:37:13 UTC

Tomcat StartUp Problem

Hi,
Can somebody please help me solve the error I am getting  I try to start

Tomcat on my machine.
"Java.lang.ClassNot  FoundException:
org/apache/tomcat/service/http/HttpConnectionHandler" .
In short I get Class not found exception for HttpConnectionHandler.
I have set the TOMCAT_HOME and JAVA_HOME variable.My OS is Windows NT
workstation 4.2 .

Thanks & Regards,
Shailendra



Re: Tomcat StartUp Problem

Posted by Chetna Bhatt <c_...@vsnl.com>.
Hi,
Have u set the classpath for the Jre which should be 1.3 version.
the classpath:
<drivename>:\Program Files\JavaSoft\Jre\1.3\bin;

Regards
Chetna

Kumar Shailendra wrote:

> Hi,
> Can somebody please help me solve the error I am getting  I try to start
>
> Tomcat on my machine.
> "Java.lang.ClassNot  FoundException:
> org/apache/tomcat/service/http/HttpConnectionHandler" .
> In short I get Class not found exception for HttpConnectionHandler.
> I have set the TOMCAT_HOME and JAVA_HOME variable.My OS is Windows NT
> workstation 4.2 .
>
> Thanks & Regards,
> Shailendra


Re: Tomcat StartUp Problem

Posted by Jim Rudnicki <jd...@pacbell.net>.
> Can somebody please help me solve the error I am getting  I try to start

> "Java.lang.ClassNot  FoundException:
... snip ...

Try this Tomcat loader.  Works 99.44% of the time.  Take a look:
http://www.geocities.com/jdrudnicki/

Jim