source: trunk/SchedulingSystem/web/redirect.jsp @ 20

Last change on this file since 20 was 20, checked in by fmguler, 14 years ago

Refs #2 - Scheduling System web uygulaması ilk import. Spring 3 kullanılıyor.

File size: 335 bytes
Line 
1<%--
2Views should be stored under the WEB-INF folder so that
3they are not accessible except through controller process.
4
5This JSP is here to provide a redirect to the dispatcher
6servlet but should be the only JSP outside of WEB-INF.
7--%>
8<%@page contentType="text/html" pageEncoding="UTF-8"%>
9<% response.sendRedirect("index.htm"); %>
Note: See TracBrowser for help on using the repository browser.