Hi,
I am wanting to make a dynamic XML file, sitemap.xml.
I want this to change when the content held in the database changes.
I have done this in PHP but do not know whow to do this in
java.
I would expect that somewhere in my server (
tomcat) I can map sitemap.xml to sitemap.jsp, possibly. So when I call sitemap.xml it will infact run sitemap.jsp and return the dynamic content.
Is this possible?
Thanks in advance