You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by soubir choudhury <so...@hotmail.com> on 2000/08/08 14:00:02 UTC

ClassNotFoundException-(Win95)

Hi!,
I am trying to install Tomcat release 3.1 in an Windows95 machine. I have 
downloaded the binary version of jakarta-tomcat.zip file.
After unziping it (in a dir called jakarta-tomcat) i am doing the following:

1. I am going to the directory c:\jakarta-tomcat\src\org\apache\tomcat
   and setting the environment variable as:
   set TOMCAT_HOME=c:\jakarta-tomcat\tomcat

2.  I m also setting the java_home var as:

    set JAVA_HOME=c:\jdk1.2

3.  My path is set to jdk1.2\bin

4.  My classpath is set to C:\JDK1.2\LIB\TOOLS.JAR;

5.  After that i am going to the bin directory and trying to run the     
server by giving startup.

    The problem seems to come up from now on. After saying that using 
classpath :
  
..\classes;..\lib\webserver.jar;..\lib\jasper.jar;..\lib\xml.jar;..\libservlet.jar;\lib\tools.jar;c:\jdk1.2\lib\tools.jar;

It is showing ClassNotFoundException: 
/org/apache/tomcat/service/HttpConnectionHandler
and then it closes down automatically.

Hope u can help me out.
Thanks,

Soubir


________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


Re: ClassNotFoundException-(Win95)

Posted by Arion Yu <ar...@stt.com.hk>.
Hi!

soubir choudhury wrote:

> Hi!,
> I am trying to install Tomcat release 3.1 in an Windows95 machine. I have
> downloaded the binary version of jakarta-tomcat.zip file.
> After unziping it (in a dir called jakarta-tomcat) i am doing the following:
>
> 1. I am going to the directory c:\jakarta-tomcat\src\org\apache\tomcat
>    and setting the environment variable as:
>    set TOMCAT_HOME=c:\jakarta-tomcat\tomcat
>
> 2.  I m also setting the java_home var as:
>
>     set JAVA_HOME=c:\jdk1.2
>
> 3.  My path is set to jdk1.2\bin
>
> 4.  My classpath is set to C:\JDK1.2\LIB\TOOLS.JAR;

classpath should better include "."

>
>
> 5.  After that i am going to the bin directory and trying to run the
> server by giving startup.
>
>     The problem seems to come up from now on. After saying that using
> classpath :
>
> ..\classes;..\lib\webserver.jar;..\lib\jasper.jar;..\lib\xml.jar;..\libservlet.jar;\lib\tools.jar;c:\jdk1.2\lib\tools.jar;
>

I wonder how you get ..\ if you have set the TOMCAT_HOME

>
> It is showing ClassNotFoundException:
> /org/apache/tomcat/service/HttpConnectionHandler
> and then it closes down automatically.
>
> Hope u can help me out.
> Thanks,
>
> Soubir
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org

--
[This email and any files transmitted with it are confidential and may contain information that is legally privileged. They
are intended solely for the addressee(s). Access to this email by anyone else is unauthorized. If you are not the intended
recipient, please delete it and notify the sender by email immediately; you should not copy or use it for any purpose, nor
disclose its contents to any other person. Thank you.]