Andrew, Thanks, it seems to have resolved itself. Not sure how, but I have noticed a problem with conflicting jar files, ie in this case one was distributed for JDK1.4 and another for JDK1.2
Brian ----- Original Message ----- From: "Andrew Conrad" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 1:34 PM Subject: RE: classpath problem > Are these classes apart of a package? Did you build the package > directory structure to match in the %CATALINA$\common\classes? > > > Have you tried the $CATALINA$\shared\classes folder? How about a > webapp's WEB-INF\classes folder? Testing these to see if you can get > any of them to work might help you solve your problem. > > > - Andrew > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 12, 2002 12:36 PM > To: [EMAIL PROTECTED] > Subject: classpath problem > > > All, > > I have installed Tomcat 4.0.2. All examples work fine, jsp's and > servlets. > > when i removed my old version of Tomcat / apache, i obviously saved all > of > my existing apps. I have now pointed Tomcat to these by specifying new > Contexts in my server.xml. All is fine... nearly. > > My problem is that my classpath is not being picked up. Reading the > docs, > i found that $CATALINA_HOME/common/classes is where i should put my non > application specific, common classes. I have done this but to no avail, > > these classes which should be visible to my apps according to the > documentation are not found and a NoClassDefFound error results. > > I have tried putting my "common" classes in the following directories : > > $CATALINA_HOME/common/classes > $CATALINA_HOME/classes > > They are not picked up. Needless to say i have restarted the service, > rebooted and hit my computer many times. > > Any help would be appreciated > > Thanks > > Mehdi > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
