including a webpage
I try to include a webpage into my web application <jsp:include page "/Directory/file.html" />
this code work well but all image was disappear because image file was store at the same directory of file.html not the root directory.
Could anyone help me to solve this problem.
Do you have any alternative solution to include a webpage?
Thank

