Is it possible to redirect a user automatically to a second jsp page as soon as the home page loads?
With core JSTL libraries loaded <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> you can use:
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>