Inside of a JSP page, I was to determine the current path of the page on the file system, for example:
WEB-INF/jsp/currentPage.jsp
I want to be able to jsp:include to another page that is based on the current filesystem path, not the URL the user is using to access the page.
I want to be able to copy/paste the same code to many JSPs and have each page know its filesystem path.