Author | Message |
---|---|
krunal691
Posts: 5
|
Posted 18:33 Apr 19, 2011 |
for homework-2 is it necessary to put jsp file into WEB-INF folder or we can put jsp files outside the WEB-INF folder .
|
cysun
Posts: 2935
|
Posted 18:59 Apr 19, 2011 |
It should be inside WEB-INF. Since you are using MVC, requests should never reach JSP directly, and putting JSP under WEB-INF would ensure that. |
krunal691
Posts: 5
|
Posted 19:37 Apr 19, 2011 |
Thank you. |