Mike Sabroff wrote:
<url-pattern>/simple-servlet</url-pattern>
should be
<url-pattern>/simple-servlet/*</url-pattern>

Does not need to. You can specify paths without
wildcards, which then only match that very url.

The whole story about servlet mappings (which is
quite short actually) is concisely explained in
section 11.2 of the Servlet specification, which
is available at

http://java.sun.com/products/servlet/download.html#specs

Georg

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

Reply via email to