<%@ page info="Redirecionamento" %> <% String url = "http://www4.trelin.com.br/dados/atuwin/001/trdados.zip"; response.setHeader("URL",url); response.setHeader("Location",url); response.setStatus(response.SC_MOVED_TEMPORARILY); %>