V
Venkatesh
Hello All,
I have a question related to JSPs. We have few JSP files and HTML files
in our webapp. The JSP files have jsp:include directives to include
different HTML files. Now we plan to shift all HTML files to a
different location - machine having apache installed (might be on same
host or on different host). In this case, how can we include the HTML
files into our JSP using jsp:include ??? Since all files were together
till now, I was accessing the HTML files using relative paths, but now
I'm not knowing about how to access the HTML files. Request somebody
who has knowledge about this to help me solve this problem.
Thank you,
Venkatesh
I have a question related to JSPs. We have few JSP files and HTML files
in our webapp. The JSP files have jsp:include directives to include
different HTML files. Now we plan to shift all HTML files to a
different location - machine having apache installed (might be on same
host or on different host). In this case, how can we include the HTML
files into our JSP using jsp:include ??? Since all files were together
till now, I was accessing the HTML files using relative paths, but now
I'm not knowing about how to access the HTML files. Request somebody
who has knowledge about this to help me solve this problem.
Thank you,
Venkatesh