Classpath problems with classes and servlets in Tomcat
843842Mar 3 2008 — edited Mar 4 2008Hello,
I use Eclipse (WTP) to write to write a web application that will run on Apache Tomcat.
When I place my servlets and other classes in the default package (or basically leave them unpackaged), then everything works, however when I attempt to divide the classes and servlets into packages I get ClassNotFoundException error in Tomcat.
How do I enter my packaged classes into the Tomcat classpath?