'How to hide .jsp extensions for nearly 100 JSP pages.?

I am creating a website using JSP and servlet. I have around 70+ JSP pages for which I want to hide the .jsp extension of all pages. Now doing this with servlet mapping will take a lot of time. Is there any other method which is fast and not time consuming to do this.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source