I succeeded using JSTL as following :
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
...
...
And now, you should see as an HTML comment the name of the servlet produced by the container to render your JSP file, which name is very close to the JSP source file.