Forwarding the URL to a Login Page
When a browser requests the URL http://redrock.d.umn.edu:8082/bball/,
- Tomcat consults the web.xml file for the bball web
application
- Finds that the welcome-file
for the webapp is index.jsp
- This snippet shows the
welcome-file element
from web.xml