Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to include HTML file in JSP using HTML elements or Javascript?

843838Dec 8 2005 — edited Dec 19 2005
Hi,

I have around 15000 static html files one for each item which we display each upon invoking an item.The HTML file should be part of a JSP file.

Please note that the name of the HTML file is determined dynamically

Placing all the HTML files within the web application does not give us good performance so i would like to put all of them in the webserver.
I am not able to include the file in the JSP using the jsp:include attribute if i place the HTML files in the webserver ,

in order to do that i think should use either HTML element or javascript to include the HTML in the JSP.is there any alternative to <Jsp:include>


Does anyone have an idea how to include the HTML file and take advan tage of webserver?


Any ideas are appreciated
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 16 2006
Added on Dec 8 2005
6 comments
879 views