Hi All,
I am having a doubt on the selection of welcome please clarify the same.
User requested URL is -
http://www.abc.com/foo/bar/abc.jsp Now no
servlet or
jsp file is matching to this request(when you check in <servlet-mapping> attribute ) . No welcome files are present in 'bar' directory, but a welcome file is present in the directory 'foo' and it is listed in <welcome-file-list>. My doubt is, Will this welcome file listed in 'foo' directory will be served or not?
Thanks in Advance,