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
