On Thu, 2004-08-05 at 17:19, Shapira, Yoav wrote:

> You might want to read up a bit on url-pattern.  The url-pattern
> "/images" is not the same as "/images/*" for example.  Full details are
> in the Servlet Specification.
> 
> You don't have to declare the default servlet again, only map it.  If
> you have the <servlet> element for a servlet in your web.xml, the
> servlet class must be available to the classloader.

Thank you very much.
Your post clarified a picture.
Now it's works as intended.



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

Reply via email to