As it is wrote in the servlet specs, only jars are usable in the WEB-INF/lib directory 
of the web apps.
Tomcat 4.0 ( and 3.3 I think) don't use the computer's CLASSPATH

You have 2 solutions (that I tested) :

The dirty one :
rename the classe12.zip in classe12.jar
put it in the WEB-INF/lib dir of your web app

The good one :
Extract the zip
create a jar archive with the content : jar cvf classes12.jar .
and put it in the WEB-INF/lib dir of your web app


Arnaud

> -----Message d'origine-----
> De:   Raj [SMTP:[EMAIL PROTECTED]]
> Date: vendredi 5 avril 2002 11:36
> A:    Tomcat Users List
> Objet:        Re: someone help me !!!!..urgent...
> 
> Put that zar file in tomcat4\lib    directory.It is working for me.
> Raj
> ----- Original Message -----
> From: "Shiva.Devaguptapu" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Friday, April 05, 2002 9:52 AM
> Subject: RE: someone help me !!!!..urgent...
> 
> 
> > set classpath=C:\classe12.zip;%classpath%
> >
> > -----Original Message-----
> > From: Bala Murali [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, April 05, 2002 1:40 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: someone help me !!!!..urgent...
> >
> >
> > it that not works, then unzip all the classes files to this
> > tomcat_home/classes/
> >
> > hope it helps.
> >
> > >>> [EMAIL PROTECTED] 04/05/02 02:24PM >>>
> > rename classes12.zip to classes12.jar and copy into
> $TOMCAT_HOME/common/lib
> > directory
> > ----- Original Message -----
> > From: "ajith kondapalli" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, April 05, 2002 09:07
> > Subject: someone help me !!!!..urgent...
> >
> >
> > > hai,
> > >     I have installed JAKARTA-TOMCAT4.0.3 version on my
> > > windows machine...its on C:\jakarta-tomcat 4.0.3....
> > > I have installed oracle drivers on C:\classe12.zip...
> > > Now how do i set the path in this tomcat version so
> > > that i can access oracle ....I am in urgent need of
> > > this set up..so someone please help me... i have just
> > > started to use tomcat..
> > >                                   thanks
> > >                                  Ajith
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Yahoo! Tax Center - online filing with TurboTax
> > > http://taxes.yahoo.com/
> > >
> > > --
> > > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > > For additional commands: <mailto:[EMAIL PROTECTED]>
> > > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> > >
> > >
> > >
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to