<%
...
getServletConfig().getServletContext().getRealPath(request.getServletPath()); //returns file name and path
...
%>
<%
...
application.getRealPath(request.getServletPath()); //returns file name and path
...
%>
<%
...
this.getClass().getName(); //returns the class name
...
%>