How do I define welcome files for web application?
Category: javax.servlet, viewed: 2K time(s).
The configuration below gives us example how to define a welcome-files to our web application. The welcome file is default file to be loaded by a servlet container when we access a URL without telling which page to load.