I have a web application I am trying to deploy in Tomcat 3.3a on Win 2000. I have placed the class files in the WEB-INF/classes folder in the correct dir structure to mirror the package directory.
Now when I run the app, JSPs without import statements work fine. JSPs that have page imports in them give me the good ol' "Class com.whatever.whatever not found in import."
What's wrong here? I know tomcat ignores the system classpath, and I have tried everything...making the classes a jar file and sticking it in tomcat/lib - everything I can think of...is there some new setting that I'm not aware of in 3.3a? Thanks in advance!
cs