Mikeal, you have to specify in server.xml where your classes are. for the example directory it's /webapps/examples/web-inf/classes recreate same path in server.xml /webapps/mydir/web-inf/classes reboot tomcat put your class files there tomcat should find them
rgds, Eric -----Original Message----- From: Mikael Aronsson [mailto:[EMAIL PROTECTED]] Sent: September 27 2001 13:55 To: [EMAIL PROTECTED] Subject: web-inf/classes not found ? Hi ! Tomcat complains that it can't find some of my classes .../web-inf/classes/xxx/yyy/myclassses for example, Everything works fine when I compile it (I specify the -classpath to let the compiler find the classes), but when I run the application in Tomcat, it does not find the classes. The docs says that it should look in the web-inf/classes directory ? Am I doing something wrong here maybe ? Mikael
