The article seems to declare the servlet but not map it. For example, this needs added to web.xml

<servlet-mapping>
    <servlet-name>myServletName</servlet-name>
    <url-pattern>/myserlvetPattern</url-pattern>
</servlet-mapping>


-Tim


Jon Wingfield wrote:

Having had a very, very brief look at the article I would say that one problem would be the lack of mappings for the servlets. Since 4.1.12 the invoker servlet which handled default servlet mappings has been disabled. The reasons for this have been discussed ad nauseum on this list and are in the release notes.

It's a shame that there are so many articles out there that assume the use of a Tomcat feature not in the Servlet spec :(

gachsaran wrote:

Hi

What does following example need to work on tomcat 4.1x and 5.0.x. It works on 4.0.x but not successer.
http://www.onjava.com/lpt/a/780


Thanks for any help
gachsaran





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




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



Reply via email to