Here is my JSP:
path : <%= application.getContextPath() %>
This file is correct in
The getContextPath() method was added to ServletContext in version 2.5 of the spec, but Tomcat 5 only implements 2.4. However, request.getContextPath() does the same thing.
getContextPath()
ServletContext
request.getContextPath()