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.
>