response.sendRedirect("your_link.jsp")
<% String redirectURL = "http://whatever.com/myJSPFile.jsp"; response.sendRedirect(redirectURL); %>