1. Web.xml Defines the default page
Index.jsp welcome-file>
welcome-file-list>
2. INDEX.JSP redirection
3. Struts-config.xml
1) First turn from the global turn to the definition section to find a Forward named Welcome
Name = "Welcome"
Path = "/ welcome.do" />
global-forwards>
2) Action to the action definition section to find a name called Welcome
Path = "/ welcome"
Forward = "/ Pages / Welcome.jsp" />
4. The browser displays the contents of Welcome.jsp, reads the required information from /Web-inf/Classes/MessageResources.properties and displays. Struts-config.xml Message Resources definitions section defines this file name (excluding extensions)