You could register the JSP [ages in the web.xml and then use the ServletConfig.getServletName.
You could use the JspContex.getServletName which will return the registered name or the name of the servlet class.
You could programmatically add a page context attribute that holds the jsp page name