Tomcat does its own loading, and you don't put web-inf/ anything in your
classpath.  Just put the files in the right places, and let Tomcat do its
job.

Or do you simply mean that you don't have a package?  If you don't have a
package, just put the class in WEB-INF/classes/GreetingServlet.class.  And
the directory name *MUST* be WEB-INF.  ALL UPPER CASE, even on Windows.

        --- Noel


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to