Last change
on this file since 29 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 | <%-- |
---|
2 | Views should be stored under the WEB-INF folder so that |
---|
3 | they are not accessible except through controller process. |
---|
4 | |
---|
5 | This JSP is here to provide a redirect to the dispatcher |
---|
6 | servlet 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.