<%@page pageEncoding="UTF-8" %>
<%@include file="/jsp/init.jsp" %>
<%
response.sendRedirect(request.getContextPath() + "/c/maps/");
%>