Got a problem that I either don't understand, or something isn't configured
properly.
I have a couple of servlets that after I corrected the CLASSPATH, compiled
without any problems.  However, the page that attempts to invoke the
servlets returns a 404 (not found).  I've tried putting the servlets in
various directories under my tomcat directory tree, but still same result.
Both servlets are part of the same package.  The page that tries to invoke
the main servlet uses a form action="servlets/servletname".
This is my first attempt in writing something like this, and even though I
think I understand where things are supposed to go and why they are supposed
to go there, I am baffled at why the servlet can't be found.  Any help would
be appreciated.
Thanks.

Reply via email to