Ulf Dittmer wrote:Googling for "default servlet" will get you many results that describe what it means in the context of the Tomcat servlet container.
'
Well Ulf,
what I understood by doing this search, that I might have the right knowledge of "default servlet". Googling specify any url-pattern which cotains exactly '/' slash is mapped to a default servlet OR rather this is the way to declare default servlet.
As per my knowledge url contains only "/" slashs are served by the static file or servlet listed by <welcome-file-list>
Am I right??? please correct if not
Thanks