This doesn't work I'm talking about libs/classes in web applications but
not tomcat lib dir.Tomcat must take these libs/classes from predefined
places in .WAR dir structure
as Servlet WebApp conformant and 3.1 did it but 3.2- not.
Thanks anywhere...

P.S. I'm using W2K platform(tomcat.BAT I mean though that's no difference;)


----- Original Message -----
From: "Mauricio Nuņez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 20, 2000 8:06 PM
Subject: Re: Libs and classes are missing in 3.2.1


> I modified the tomcat.sh to solve this problem.
>
> search for unset CLASSPATH, and after this, add
> CLASSPATH=${TOMCAT_HOME}/lib
>
>
> this solve your problem !
>
>
> ----- Original Message -----
> From: "Andrew" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, December 20, 2000 1:18 PM
> Subject: Libs and classes are missing in 3.2.1
>
>
> >     Hello, I've the following problem. I've set up my context in c:\a\b
> and
> > place my libs in c:\a\b\WEB-INF\lib dir;classes is in
> > c:\a\b\WEB-INF\classes.
> > So there is the problem not libs not classes not detected in web-app
> > runtime( Root exception: ClassNotFoundException).In case of classes I
mean
> > bean classes used
> > on JSP etc.- supply classes(not jar'ed) ,defined in different packages.
> For
> > example c:\a\b\WEB-INF\classes\package1\class1.class.
> > class1.class couldn't be found... all the same with packaged lib
classes.
> >     Anybody help!!!
> > P.S. With tomcat 3.1 all was OK.
> >
>
>

Reply via email to