I am trying to display the file.html
file in a servlet using getRequestDispatcher
with include method, but it is not working. Can anyone find out the reason behind this?
when I use the file.jsp
file, It (getRequestDispatcher
) is displaying the information. why the getRequestDispatcher
function is not working for *.html
files?
Can anyone give me the reason?
Thank you