Why put JSP in WEB-INF?

Viewed 22045

I noticed a common pattern is to put JSP pages in WEB-INF folder (as opposed to WAR root). What's the difference? Why is that preferred?

3 Answers
Related