Is it possible to redirect a user automatically to a second jsp page as soon as the home page loads?
There is an example of such a thing: JSP - Page Redirecting
Simplest is using sendRedirect:
sendRedirect
public void response.sendRedirect(String location) throws IOException