To get the absolute path of a file in JSP
843838Aug 23 2006 — edited Aug 23 2006Hi,
I want to include a HTML page in a jsp.The path of the jsp should not be hot coded.So that i can get the path from the jsp file i am running and then concat the correspondinghtml file name to the absolute path of the jsp file i am running.What can i do to get the absolute path of the jsp file.