I have a html file in a share folder (ie, out of web server location) and I have to include it in a jsp using \[code\]<jsp:include page="//TestFolder/Sample.html">\[/code\]. While running the application the following error appears on the page:\[code\]The requested resource (/projectName//TestFolder/Sample.html) is not available \[/code\]Here the application name (/projectName) is being prefixed with the target path. How to get rid of the application name so that the html can be included within the jsp?Any clarifications would be appreciable.Thanks.