Hi,
Referring to page 593 of HFSJ book. Keep reading even if you don't have the book.
The client request a url "http://www..../MyTestApp/search".
If the container can't find the
servlet mapping that matches this URL in the DD, then it looks in the "/MyTestApp/search" directory.
Is this true that if such a url is not found in the DD, it will look at the physical directory for some welcome files? Is this really the search sequence by the container? I thought the URL requested by the client has nothing to do with physical directory.
Thanks a lot.