X-Git-Url: https://juplo.de/gitweb/?p=percentcodec;a=blobdiff_plain;f=accelerator-examples%2Fspring%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fviews%2Findex.jsp;fp=accelerator-examples%2Fspring%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fviews%2Findex.jsp;h=0000000000000000000000000000000000000000;hp=a329acd384d35acee71a34ef8262e9340d87563c;hb=f95f687755d54c46975b15dbd0221e82a7458f79;hpb=4f07e33a7c246caa3e4cd7c939f75064e4af03b0 diff --git a/accelerator-examples/spring/src/main/webapp/WEB-INF/views/index.jsp b/accelerator-examples/spring/src/main/webapp/WEB-INF/views/index.jsp deleted file mode 100644 index a329acd3..00000000 --- a/accelerator-examples/spring/src/main/webapp/WEB-INF/views/index.jsp +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - Simple Spring-MVC Examples - - -

Simple Spring-MVC Examples

- -

This page was delivered via SPRING!

-

Note:

-

- Since the org.springframework.web.servlet.DispatcherServlet - ist configured to handle all *.html-requests, the path - /index.html points to a view. -

-

- Therefore, this page must be stored under - /WEB-INF/views/index.jsp in order to be served as - /index.html -

-

- Additionatly, a file /index.jsp in the root-directory of - the webappliction is needed, to forward unqualified requests - (like http://HOSTNAME/) to the welcome-page served by - the Spring-Dispatcher-Servlet. -

- -