So I have files such as index.jsp and download.jsp in my web application widget.war and am using Tomcat 7. I would like these files to be accessible from the internet as html files i.e
- http:/www.mycompany.com/widget/index.html
- http:/www.mycompany.com/widget/download.html
Questions:
How do I do this, I know it can be done as I did it about 5 years ago but cannot remember how.
Is it a good idea, it seems like a good idea as users are familar with html but jsps, and returning as jsps shows an implementation detail, but does it matter ?