On 6/24/05, Giacomino Raccuia <[EMAIL PROTECTED]> wrote:
> With classes12.jar works fine, thanks lot!! But I can tell tomcat to use
> .zip file like previous version?
> 
> Bye
> Mino
> 
> On 24/06/2005 9:58, Anto Paul wrote:
> 
> >On 6/24/05, Giacomino Raccuia <[EMAIL PROTECTED]> wrote:
> >
> >
> >>I put the Jar (with tomcat 4.0.3 I use *classes12.zip*, for tomcat 5.5.9
> >>I use the same library or the *classes12.jar*?) in the common/lib, and
> >>my classpath are:
> >>
> >>CLASSPATH=/usr1/jdk1.4.1
> >>
> >>but the error doesn't change...
> >>
> >>
> >
> >Tomcat loads libraries with .jar extension only.  Two suggestions I
> >have for your problem.
> >1, Try using the 9i driver if possible.
> >2, Try to load using Thread.getContextClassLoader().loadClass() to
> >test that the class is visible to your application.
> >
> >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

In my knowledge Tomcat 4 and above works only with jar files. You
might be having classes12.jar or unzipped class files in the 4.x
version.

-- 
rgds
Anto Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to