Skip to content

Instantly share code, notes, and snippets.

@NKjoep
Created March 25, 2011 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NKjoep/886756 to your computer and use it in GitHub Desktop.
Save NKjoep/886756 to your computer and use it in GitHub Desktop.
This will print out the full path of the executed JSP
This JSP is placed:
<%=getServletConfig().getServletContext().getRealPath(request.getServletPath())%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment