how to display xml file in idea using tomcat?
I want to display an xml file in browser.I am working
on jsp project and using intellij idea.Where do I have to
locate my xml file in order to reach it from localhost:8080?
Please sign in to leave a comment.
You need to treat it like you would any other web resource. It needs to be within your webroot.