Robert Mazur wrote:
SUMAMRY:
JSP's work, but servlets give:
HTTP Status 404 - /sampleapp/servlet/samplepackage.SampleServlet

Offhand, this sounds like the problem people experience because newer versions of Tomcat ship with the Invoker servlet disabled by default. Take a look at this page, and see if this helps:

http://www.cs.fiu.edu/~downeyt/cgs4825/context.html

You can tell if this is the problem you're having if
you define a servlet mapping in your web.xml and you
can access your servlet that way, but accessing it using
the /servlet/whatever url pattern fails.

HTH.. otherwise, hopefully some of the more knowledgeable
list members will chime in..

TTYL,

Phil

--
When the 1st Amendment no longer protects your voice.
And when the 4th Amendment no longer protects your privacy or your stuff.
Thank God we have the 2nd Amendment to tell our elected representatives that enough is enough.
It's time to put "... from my cold, dead hands" back where it belongs.


FREE AMERICA
Vote Libertarian
www.lp.org


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



Reply via email to