Brian, Tomcat looks for your classes under Tomcatdir/webapps/yourapp/WEB-INF/classes and Tomcatdir/common/classes and looks for your jars in Tomcatdir/webapps/yourapp/WEB-INF/lib , Tomcatdir/common/lib (and Tomcatdir/server/lib but you shouldn't put your stuff in here)
Andy > -----Original Message----- > From: Brian Wolf [mailto:[EMAIL PROTECTED]] > Sent: 11 July 2002 22:12 > To: Tomcat Users List > Subject: newbie - finding class files > > > Hi > > I am having problems with servlets finding class files. On Windows 98 > I have the classpath and path environmental variables set to > c:\jdk1.4\bin > and c:\jdk1.4 respectively. The Servlet works fine when converted to a > command line application. > > -Brian > > --- > > > Error: 500 > Location: /examples/servlet/processOptions > Internal Servlet Error: > > java.lang.NoClassDefFoundError: > com/sun/java/util/collections/AbstractSequentialList > at org.jdom.input.SAXBuilder.createContentHandler(SAXBuilder.java) > at org.jdom.input.SAXBuilder.build(SAXBuilder.java) > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
