<%-- ** Template for redirection the root page to the start page ** @author Matthias L. Jugel ** @version $Id: index.jsp,v 1.5 2002/07/19 14:39:51 leo Exp $ --%> <% response.sendRedirect(request.getContextPath()+"/space/start"); return; %>