This week's book giveaway is in the Kotlin forum. We're giving away four copies of Kotlin for Android App Development and have Peter Sommerhoff on-line! See this thread for details.
vivek, what you mean by the default sevlet here.one that matches for the url pattern '/*' ?.if that is what you mean then obviously this sevlet will get invoke.
when you really want something, all the universe always conspires in your favour.<br /> <br />SCJP1.5-77%<br />SCWCD-89%
Vikrant Pandit
Ranch Hand
Posts: 245
posted 12 years ago
default server in the servlet with url-pattern as "/" . It is used for matching after exact matches -> path matches -> extension matches have been tried
Vikrant Pandit
Vikrant Pandit
Ranch Hand
Posts: 245
posted 12 years ago
I did some hands on and found out that the default servlet takes precedence over welcome files .
Thus if a default servlet is configured , welcome files will never be invoked.
Vikrant Pandit
All of the world's problems can be solved in a garden - Geoff Lawton. Tiny ad:
RavenDB is an Open Source NoSQL Database that’s fully transactional (ACID) across your database