How to Include a file outside the application (war) using jsp include
- by Pratheeswaran.R
I am using "jsp:include" to include a static file in one of my jsp files. It works fine when the static html file is located inside the application folder. However if its kept outside the application folder it is not included in the JSP file.
Note: I have created a context for the folder where the static file is saved and I m able to view the html file with direct url.
Please help..