How does this tag work on run-time? Does it automaticaly redirect to the file specified if you only type the domain name? I'm asking cause for me it seem to do nothing. Also, can I put a servlet name in there instead of a JSP or HTML file?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<welcome-file-list>
<welcome-file>aPage.jsp</welcome-file>
</welcome-file-list>
[URL unfurl="true"]http://server:8080/mysite[/URL]
[URL unfurl="true"]http://server:8080/mysite[/URL]
[URL unfurl="true"]http://server:8080/mysite/aPage.jsp[/URL]