Hi Andrew,
Sounds like a weird problem!
The only thing I know of that changed between 3.1 and 3.2 which
*might* have this effect is the way that classloaders are used.
Just as a wild guess, double-check your classpath, and make
sure you have the smallest possible classpath set up before
running tomcat (hopefully, an empty classpath will work). Maybe
your classes are getting loaded by the wrong classloader &
are therefore inaccessable (though I would have expected
a different error message than ClassNotFound).
I presume you can see ordinary jsp/html files in your
webapp ok? ie tomcat has actually recognised the
webapp context?
Oh - you might also want to carefully check the
CAPITALISATION of your directory names. The
WEB-INF directory should *not* be called "Web-inf";
check from the dos prompt to be sure this is right.
Good luck,
Simon
> -----Original Message-----
> From: Andrew [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, December 20, 2000 7:04 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Libs and classes are missing in 3.2.1 continue
>
> 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.
> > >
> >
> >