class placement in Tomcat 4.1
my tomcat is installed in E:\Program Files\Apache Group\Tomcat 4.1
(the root of web is set (by default) to E:\Program Files\Apache Group\Tomcat 4.1\webapps\ROOT
my system root is E:\
I create a web application in E:\Program Files\Apache Group\Tomcat 4.1\webapps\ROOT\app
problems raise now, where should i place the class file for my web application?
i store them in E:\Program Files\Apache Group\Tomcat 4.1\webapps\ROOT\app\WEB-INF\classes, but run time error occurs saying class not found.
Where should i store the classes?
thx all in advance.

