<%@page contentType="text/html" pageEncoding="UTF-8"%> Welcome to Spring Web MVC project

Hello! This is the default welcome page for a Spring Web MVC project.

To display a different welcome page for this project, modify index.jsp , or create your own welcome page then change the redirection in redirect.jsp to point to the new welcome page and also update the welcome-file setting in web.xml.