How can I call JSP Page through HTML?
807603Aug 14 2007 — edited Feb 6 2008I have created a website in JSP. I am using include files for header, footer, leftnav and rightnav on each page.
But in order to launch the website my first page should be index.html instead of index.jsp.
Any ideas how can I call JSP Page through HTML?
Please let me know.
Thanks!