how to display xml file in idea using tomcat? Permanently deleted user 创建于 2007年01月22日 14:08 I want to display an xml file in browser.I am workingon jsp project and using intellij idea.Where do I have tolocate my xml file in order to reach it from localhost:8080?
You need to treat it like you would any other web resource. It needs to be within your webroot.